Skip to content

Commit

Permalink
Merge pull request wasmerio#3273 from wasmerio/fix-release
Browse files Browse the repository at this point in the history
Undo Makefile commit
  • Loading branch information
syrusakbary authored Nov 2, 2022
2 parents 4b857dc + 4011091 commit 16ebfd4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,7 @@ endif
package-wasmer:
mkdir -p "package/bin"
ifeq ($(IS_WINDOWS), 1)
if [ -f $(TARGET_DIR)wasmer.exe ]; then \
cp $(TARGET_DIR)wasmer.exe package/bin/wasmer.exe ;\
else
cp $(TARGET_DIR)/wasmer.exe package/bin/wasmer.exe
fi
cp $(TARGET_DIR)/wasmer.exe package/bin/
else
cp $(TARGET_DIR)/wasmer package/bin/
ifeq ($(IS_DARWIN), 1)
Expand Down

0 comments on commit 16ebfd4

Please sign in to comment.