Skip to content
Snippets Groups Projects
Verified Commit be60f589 authored by Jeremy Soller's avatar Jeremy Soller
Browse files
parents e1710bd4 2d563fe5
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment