Do not use pthread under wasm

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-03 18:40:30 +02:00
parent 455b1852c6
commit 3959cf7eb2
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions

View File

@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
# -------------------------------------------------------------- # --------------------------------------------------------------
# Extra flags # Extra flags
ifneq ($(WASM),true)
BASE_FLAGS += -pthread BASE_FLAGS += -pthread
LINK_FLAGS += -pthread LINK_FLAGS += -pthread
endif
# -------------------------------------------------------------- # --------------------------------------------------------------
# Enable all possible plugin types # Enable all possible plugin types