Skip to content
Snippets Groups Projects
Commit 02b2b1ed authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

plugin-ify zipr step

Former-commit-id: 10e8c48928e1d023fee380344b2a3bd4ac8a0098
parent 67d24f1a
No related branches found
No related tags found
No related merge requests found
#/bin/bash
cloneid=$1
shift
other_opts="$@"
(set -x ; LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ZIPR_INSTALL/lib $ZIPR_INSTALL/bin/zipr.exe --variant $cloneid --zipr:objcopy $PS_OBJCOPY $other_opts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment