We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install
1 parent 857fd4e commit d712e86Copy full SHA for d712e86
libs/Makefile
@@ -61,11 +61,11 @@ $(EM_PKG_CONFIG_PATH)/%.pc: recipes/**/%.pc
61
62
$(DEFAULT_WASM_BINS_INST): $(DEFAULT_WASM_LIBS)
63
@mkdir -p $(HOST)/bin
64
- cp "$(patsubst $(HOST)/bin/%,$(WASM)/bin/%,$@)" "$@"
+ install "$(patsubst $(HOST)/bin/%,$(WASM)/bin/%,$@)" "$@"
65
66
$(OPTIONAL_WASM_BINS_INST): $(OPTIONAL_WASM_LIBS)
67
68
69
70
.PHONY: clean-bins
71
clean-bins:
0 commit comments