wasm related tweaks, still WIP
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f4c2c03003
commit
d03e73119d
5 changed files with 24 additions and 4 deletions
|
|
@ -204,7 +204,9 @@ BASE_FLAGS += -Wno-unused-variable
|
|||
# --------------------------------------------------------------
|
||||
# extra linker flags
|
||||
|
||||
ifeq ($(HAIKU),true)
|
||||
ifeq ($(WASM),true)
|
||||
LINK_FLAGS += --preload-file=./resources -sALLOW_MEMORY_GROWTH
|
||||
else ifeq ($(HAIKU),true)
|
||||
LINK_FLAGS += -lpthread
|
||||
else
|
||||
LINK_FLAGS += -pthread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue