Skip to content

Commit 3959cf7

Browse files
committed
Do not use pthread under wasm
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 455b185 commit 3959cf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/Nekobi/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929
# --------------------------------------------------------------
3030
# Extra flags
3131

32+
ifneq ($(WASM),true)
3233
BASE_FLAGS += -pthread
3334
LINK_FLAGS += -pthread
35+
endif
3436

3537
# --------------------------------------------------------------
3638
# Enable all possible plugin types

0 commit comments

Comments
 (0)