projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bfb0fd
)
wscript: remove hardcoded compiler and linker on darwin
author
Paul Brossier
<piem@piem.org>
Tue, 12 Nov 2013 11:11:45 +0000
(12:11 +0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 12 Nov 2013 11:11:45 +0000
(12:11 +0100)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
989b070
..
d559889
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-83,8
+83,6
@@
def configure(ctx):
if Options.platform == 'darwin':
ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
- ctx.env.CC = 'llvm-gcc-4.2'
- ctx.env.LINK_CC = 'llvm-gcc-4.2'
ctx.env.FRAMEWORK = ['CoreFoundation', 'AudioToolbox', 'Accelerate']
ctx.define('HAVE_ACCELERATE', 1)