This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Nekobi
mirror of
https://github.com/DISTRHO/Nekobi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Do not use pthread under wasm
Signed-off-by: falkTX <falktx@falktx.com>
pull/18/head
falkTX
2 years ago
parent
455b1852c6
commit
3959cf7eb2
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
plugins/Nekobi/Makefile
+ 2
- 0
plugins/Nekobi/Makefile
View File
@@ -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
Write
Preview
Loading…
Cancel
Save