From 44f9ccd31640f8d88073d7e57347573d4fd01c14 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 9 Aug 2021 11:37:25 -0500 Subject: [PATCH] Publish import library for MinGW release artifacts (#3170) This is produced by rust and forgotten to be placed into the release tarball. Closes #3169 --- ci/build-tarballs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-tarballs.sh b/ci/build-tarballs.sh index f994ca9f2e..6fd67d06a8 100755 --- a/ci/build-tarballs.sh +++ b/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`