This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Ildaeil
mirror of
https://github.com/DISTRHO/Ildaeil.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Fix a typo, update carla
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.1
falkTX
2 years ago
parent
f5548388ed
commit
90e6e53398
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
carla
+1
-1
plugins/Common/Makefile.mk
+ 1
- 1
carla
@@ -1 +1 @@
Subproject commit
06d6981732236c6bfcb5fcf324277407d6dd194e
Subproject commit
c4846a56c05b68da8156f8d7da9d7e4174182140
+ 1
- 1
plugins/Common/Makefile.mk
View File
@@ -59,7 +59,7 @@ EXTRA_LIBS = $(CARLA_EXTRA_LIBS) $(STATIC_CARLA_PLUGIN_LIBS)
USE_VST2_BUNDLE = true
include ../../dpf/Makefile.plugins.mk
ifeq ($(WASM),true)
if
n
eq ($(WASM),true)
BUILD_CXX_FLAGS += -pthread
endif
Write
Preview
Loading…
Cancel
Save