Skip to content

Commit

Permalink
Publish import library for MinGW release artifacts (#3170)
Browse files Browse the repository at this point in the history
This is produced by rust and forgotten to be placed into the release tarball.

Closes #3169
  • Loading branch information
alexcrichton authored Aug 9, 2021
1 parent a7cf6bf commit 44f9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 44f9ccd

Please sign in to comment.