well that was stupid

pull/11/head
phiresky 5 years ago
parent b219ea78d1
commit f62bb2725f

@ -33,6 +33,7 @@ mk_tarball() {
for binary in rga rga-preproc; do
cp "target/$TARGET/release/$binary" "$staging/$binary"
"${gcc_prefix}strip" "$staging/$binary"
done
# Copy the licenses and README.
cp {README.md,LICENSE.md} "$staging/"
# Copy documentation and man page.

Loading…
Cancel
Save