Skip to content

Commit

Permalink
Ensure $(HOST)/bin exists before WASM script copy
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Feb 28, 2024
1 parent 10ee705 commit 14b7fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $(EM_PKG_CONFIG_PATH)/%.pc: recipes/**/%.pc
cp "$<" "$@"

$(HOST)/bin/%: $(WASM)/bin/%
@mkdir -p $(HOST)/bin
@cp "$<" "$@"

$(DEFAULT_WASM_BINS_INST): $(DEFAULT_WASM_LIBS)
Expand Down

0 comments on commit 14b7fef

Please sign in to comment.