projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd8b04
)
wscript: added CoreFoundation and AudioToolbox frameworks
author
Paul Brossier
<piem@piem.org>
Sun, 15 Jul 2012 21:17:25 +0000
(15:17 -0600)
committer
Paul Brossier
<piem@piem.org>
Sun, 15 Jul 2012 21:17:25 +0000
(15:17 -0600)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index a00a5fc81de83dae183fbd53f9272ee8c098cb7f..912bf54951c117b19d225e0735043d8e41366b8f 100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-73,6
+73,7
@@
def configure(ctx):
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']
# check for required headers
ctx.check(header_name='stdlib.h')