Skip to content

Commit

Permalink
Fix merge error in make-package
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jan 2, 2023
1 parent d88d95d commit 5ae8026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ package-capi:

if [ -f target/headless/$(CARGO_TARGET)/release/libwasmer.a ]; then \
cp target/headless/$(CARGO_TARGET)/release/libwasmer.a package/lib/libwasmer-headless.a ;\
fi

if [ -f target/$(HOST_TARGET)/release/wasmer.dll ]; then \
cp target/$(HOST_TARGET)/release/wasmer.dll package/lib/wasmer.dll ;\
Expand Down

0 comments on commit 5ae8026

Please sign in to comment.