Skip to content

Commit

Permalink
Merge #3273
Browse files Browse the repository at this point in the history
3273: Undo Makefile commit r=fschutt a=fschutt

Revert 9572354

Co-authored-by: Felix Schütt <felix@wasmer.io>
  • Loading branch information
bors[bot] and fschutt authored Nov 2, 2022
2 parents 4b857dc + 4011091 commit 827fd91
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 827fd91

Please sign in to comment.