Fix a path in build-tarballs.sh.
This commit is contained in:
@@ -48,7 +48,7 @@ mkdir tmp/$api_pkgname/lib
|
||||
mkdir tmp/$api_pkgname/include
|
||||
cp LICENSE README.md tmp/$api_pkgname
|
||||
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
|
||||
|
||||
# Move wheels to dist folder
|
||||
|
||||
Reference in New Issue
Block a user