Skip to content
Snippets Groups Projects
Commit 2d563fe5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'strip_fix' into 'master'

Use the STRIP variable during prepend stage

See merge request !184
parents 871149f4 e865bedd
1 merge request!184Use the STRIP variable during prepend stage
......@@ -378,7 +378,7 @@ function op {
then
cp -v "$bin" "$stage/$BINDIR/$(basename $bin)"
else
strip -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
"${STRIP}" -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
fi
done
else
......
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