Skip to content

Commit

Permalink
Makefile: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 12, 2021
1 parent 90902ba commit b0ed88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ wasm32/native/build/emacs-native-comp: | wasm32/native/build

# Temporary rule
%.eln.wasm: %.eln
wasm32/cross/bin/elf-to-wasm --library --dynamic $< --output $@
wasm32/cross/bin/elf-to-wasm --library --dynamic $< > $@

wasm32/native/stamp/configure/emacs-native-comp: | wasm32/native/build/emacs-native-comp wasm32/cross/bin/dotdir wasm32/native/stamp/configure
(cd wasm32/native/build/emacs-native-comp; sh autogen.sh; CC=wasm32-unknown-none-gcc PATH=$(PWD)/wasm32/cross/bin:$$PATH ./configure --with-dumping=pdumper --build=$(native-triplet) --host=wasm32-unknown-none --prefix=$(PWD)/wasm32/native --without-x --without-gnutls --without-modules --without-threads --without-x --without-json --without-xft --without-libgmp --without-all --with-nativecomp --with-zlib)
Expand Down

0 comments on commit b0ed88e

Please sign in to comment.