Browse Source

Publish import library for MinGW release artifacts (#3170)

This is produced by rust and forgotten to be placed into the release tarball.

Closes #3169
pull/3174/head
Alex Crichton 3 years ago
committed by GitHub
parent
commit
44f9ccd316
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ci/build-tarballs.sh

2
ci/build-tarballs.sh

@ -50,7 +50,7 @@ if [ "$platform" = "x86_64-windows" ]; then
rm dist/$bin_pkgname.wixpdb
elif [ "$platform" = "x86_64-mingw" ]; then
cp target/x86_64-pc-windows-gnu/release/wasmtime.exe tmp/$bin_pkgname
cp target/x86_64-pc-windows-gnu/release/{wasmtime.dll,libwasmtime.a} tmp/$api_pkgname/lib
cp target/x86_64-pc-windows-gnu/release/{wasmtime.dll,libwasmtime.a,libwasmtime.dll.a} tmp/$api_pkgname/lib
fmt=zip
elif [ "$platform" = "x86_64-macos" ]; then
# Postprocess the macOS dylib a bit to have a more reasonable `LC_ID_DYLIB`

Loading…
Cancel
Save