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
Tweak Makefiles.
tags/v2.0.0
Andrew Belt
3 years ago
parent
0569eb0784
commit
d7c36b9bee
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
compile.mk
+ 1
- 1
Makefile
View File
@@ -76,7 +76,7 @@ endif
include compile.mk
# Standalone
launch
er
# Standalone
adapt
er
ifdef ARCH_MAC
STANDALONE_LDFLAGS += $(MAC_SDK_FLAGS)
+ 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.7
FLAGS += $(MAC_SDK_FLAGS)
endif
ifdef ARCH_WIN
Write
Preview
Loading…
Cancel
Save