Browse Source

Remove -arch flags : let the user set them in CXXFLAGS etc

pull/116/head
Damien Zammit 7 years ago
parent
commit
537e7caeda
1 changed files with 1 additions and 1 deletions
  1. +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 \


Loading…
Cancel
Save