Browse Source

Do not use pthread under wasm

Signed-off-by: falkTX <falktx@falktx.com>
pull/18/head
falkTX 2 years ago
parent
commit
3959cf7eb2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      plugins/Nekobi/Makefile

+ 2
- 0
plugins/Nekobi/Makefile View File

@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
# -------------------------------------------------------------- # --------------------------------------------------------------
# Extra flags # Extra flags


ifneq ($(WASM),true)
BASE_FLAGS += -pthread BASE_FLAGS += -pthread
LINK_FLAGS += -pthread LINK_FLAGS += -pthread
endif


# -------------------------------------------------------------- # --------------------------------------------------------------
# Enable all possible plugin types # Enable all possible plugin types


Loading…
Cancel
Save