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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/Nekobi/Makefile

+2
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)