Skip to content

Commit

Permalink
Fixed musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Power committed Dec 10, 2016
1 parent c3bcca8 commit ed7ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dobin() {
local f prefix=$(gcc_prefix)
for f in "$@"; do
install -m0755 $f $dtd/debian/usr/bin/
${prefix}strip -s $dtd/debian/usr/bin/$(basename $f)
strip -s $dtd/debian/usr/bin/$(basename $f)
done
}

Expand Down

0 comments on commit ed7ba86

Please sign in to comment.