Fix a path in build-tarballs.sh.

This commit is contained in:
Dan Gohman
2019-11-08 10:31:23 -08:00
parent 9af562c1ff
commit e017062da2

View File

@@ -48,7 +48,7 @@ mkdir tmp/$api_pkgname/lib
mkdir tmp/$api_pkgname/include mkdir tmp/$api_pkgname/include
cp LICENSE README.md tmp/$api_pkgname cp LICENSE README.md tmp/$api_pkgname
mv bins-$src/* tmp/$api_pkgname/lib mv bins-$src/* tmp/$api_pkgname/lib
cp crates/wasmtime/c-examples/wasm-c-api/include/wasm.h tmp/$api_pkgname/include cp crates/api/c-examples/wasm-c-api/include/wasm.h tmp/$api_pkgname/include
mktarball $api_pkgname mktarball $api_pkgname
# Move wheels to dist folder # Move wheels to dist folder