Skip to content

Commit

Permalink
build: use LLVM_PREFIX/SUFFIX for wasm-ld
Browse files Browse the repository at this point in the history
resolves #1

Co-authored-by: Erik De Rijcke <derijcke.erik@gmail.com>
  • Loading branch information
tombl and Zubnix committed Mar 18, 2024
1 parent a52605b commit b349bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/wasm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LD = wasm-ld
LD = $(LLVM_PREFIX)wasm-ld$(LLVM_SUFFIX)

WASM_FEATURES = -matomics -mbulk-memory -mexception-handling -mextended-const -mmultivalue -mmutable-globals -mnontrapping-fptoint -mreference-types -mrelaxed-simd -msign-ext -msimd128

Expand Down

0 comments on commit b349bdd

Please sign in to comment.