There was an error while loading. Please reload this page.
1 parent 455b185 commit 3959cf7Copy full SHA for 3959cf7
1 file changed
plugins/Nekobi/Makefile
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
29
# --------------------------------------------------------------
30
# Extra flags
31
32
+ifneq ($(WASM),true)
33
BASE_FLAGS += -pthread
34
LINK_FLAGS += -pthread
35
+endif
36
37
38
# Enable all possible plugin types
0 commit comments