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
18
Wiki
Activity
Browse Source
Fix macOS build
tags/22.02
falkTX
3 years ago
parent
556c467828
commit
093ef1d39c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
plugins/CVCRack/Makefile
+ 4
- 0
plugins/CVCRack/Makefile
View File
@@ -113,6 +113,10 @@ ifneq ($(HAIKU_OR_MACOS_OR_WINDOWS),true)
LINK_FLAGS += -ldl
endif
ifeq ($(MACOS),true)
LINK_FLAGS += -framework IOKit
endif
# TODO needed on windows? need to check
LINK_FLAGS += -lpthread
Write
Preview
Loading…
Cancel
Save