This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Remove -arch flags : let the user set them in CXXFLAGS etc
pull/116/head
Damien Zammit
7 years ago
parent
83f6f090a3
commit
537e7caeda
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.plugins.mk
+ 1
- 1
Makefile.plugins.mk
View File
@@ -76,7 +76,7 @@ AU_BUILD_FLAGS = \
-DTARGET_OS_MAC
AU_LINK_FLAGS = \
-bundle
-arch x86_64 -arch i386
\
-bundle \
-framework AudioToolbox \
-framework AudioUnit \
-framework CoreAudio \
Write
Preview
Loading…
Cancel
Save