Merge pull request #23 from CraneStation/jedisct1/package-builtins

Create a tarball of the clang-rt builtins in tar_from_installation.sh
pull/25/head
Pat Hickey 6 years ago committed by GitHub
commit 2e88d7671b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,4 +19,6 @@ esac
rm -rf $PKGDIR
mkdir -p $PKGDIR/opt
cp -R /opt/wasi-sdk $PKGDIR/opt/
cd build && tar czf wasi-sdk-$VERSION\-$MACHINE.tar.gz wasi-sdk-$VERSION
cd build &&
tar czf wasi-sdk-$VERSION\-$MACHINE.tar.gz wasi-sdk-$VERSION &&
tar cz -C compiler-rt -f libclang_rt.builtins-wasm32-wasi-$VERSION.tar.gz lib/wasi

Loading…
Cancel
Save