Start makefile tweaks to allow wasm builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
13727bbf8c
commit
bac019897f
5 changed files with 16 additions and 0 deletions
2
deps/Makefile
vendored
2
deps/Makefile
vendored
|
@ -47,6 +47,8 @@ MACHINE = x86_64-the-rack
|
|||
else ifeq ($(CPU_ARM),true)
|
||||
ARCH_NAME = arm
|
||||
MACHINE = i686-the-rack
|
||||
else ifeq ($(WASM),true)
|
||||
MACHINE = i686-wasm
|
||||
else
|
||||
MACHINE = $(TARGET_MACHINE)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue