This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
Ensure native standalone does not use jack
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX
2 years ago
parent
a381b3d160
commit
5d68d6bba6
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/Makefile.cardinal.mk
+ 2
- 0
src/Makefile.cardinal.mk
View File
@@ -21,6 +21,8 @@ endif
ifneq ($(STATIC_BUILD),true)
ifneq ($(STATIC_BUILD),true)
STATIC_PLUGIN_TARGET = true
CWD = ../../carla/source
CWD = ../../carla/source
include $(CWD)/Makefile.deps.mk
include $(CWD)/Makefile.deps.mk
Write
Preview
Loading…
Cancel
Save