diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index c89dfb1..0a62590 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -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