Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not use pthread under wasm
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed May 3, 2023
1 parent 455b185 commit 3959cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/Nekobi/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 3959cf7

Please sign in to comment.