well that was stupid

This commit is contained in:
phiresky 2019-06-15 11:27:27 +02:00
parent b219ea78d1
commit f62bb2725f

View File

@ -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.