Do not use pthread under wasm
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
455b1852c6
commit
3959cf7eb2
|
@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
|
|||
# --------------------------------------------------------------
|
||||
# Extra flags
|
||||
|
||||
ifneq ($(WASM),true)
|
||||
BASE_FLAGS += -pthread
|
||||
LINK_FLAGS += -pthread
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Enable all possible plugin types
|
||||
|
|
Loading…
Reference in New Issue