chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719143b
)
Makefile: Build wasm-bindgen with selected rust version too
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 1 Apr 2022 22:33:19 +0000
(23:33 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 1 Apr 2022 22:33:19 +0000
(23:33 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a35c5e13afee379aaa1637472e20bebbdf26d22f..ba9fa87a456a8df80d98a201a923fd0bb165c59a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-209,7
+209,7
@@
$(TARGET_DIR)/debug/%: $(call rsrcs, ! -path './wasm/*')
$(NAILING_CARGO_JUST_RUN) touch $(abspath $@)
stamp/cargo.wasm-bindgen: $(call rsrcs, ! -name \*.rs)
- $(CARGO_CMD) $(WASM_BINDGEN_CLI_CARGO_OPTS) $(
CARGO
_VERSION) \
+ $(CARGO_CMD) $(WASM_BINDGEN_CLI_CARGO_OPTS) $(
RUST
_VERSION) \
build --target-dir=target \
--manifest-path=$(abspath wasm/Cargo.toml) -p wasm-bindgen-cli
$(stamp)