This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Compile Rack and deps for Mac 10.9+.
tags/v2.0.0
Andrew Belt
3 years ago
parent
aea218376b
commit
014db99669
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compile.mk
+ 1
- 1
compile.mk
View File
@@ -26,7 +26,7 @@ endif
ifdef ARCH_MAC
FLAGS += -DARCH_MAC
CXXFLAGS += -stdlib=libc++
MAC_SDK_FLAGS := -mmacosx-version-min=10.
7
MAC_SDK_FLAGS := -mmacosx-version-min=10.
9
FLAGS += $(MAC_SDK_FLAGS)
endif
ifdef ARCH_WIN
Write
Preview
Loading…
Cancel
Save