Skip to content

Commit

Permalink
feat(package) Be consistent on Windows regarding libwasmer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 29, 2021
1 parent a0cadcf commit ed18f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ package-capi:
cp lib/c-api/wasm.h* package/include
cp lib/c-api/README.md package/include/README.md
ifeq ($(OS), Windows_NT)
cp target/release/wasmer_c_api.dll package/lib
cp target/release/wasmer_c_api.lib package/lib
cp target/release/wasmer_c_api.dll package/lib/libwasmer.dll
cp target/release/wasmer_c_api.lib package/lib/libwasmer.lib
else
ifeq ($(UNAME_S), Darwin)
# For some reason in macOS arm64 there are issues if we copy constantly in the install_name_tool util
Expand Down

0 comments on commit ed18f3f

Please sign in to comment.