wscript: added CoreFoundation and AudioToolbox frameworks
authorPaul Brossier <piem@piem.org>
Sun, 15 Jul 2012 21:17:25 +0000 (15:17 -0600)
committerPaul Brossier <piem@piem.org>
Sun, 15 Jul 2012 21:17:25 +0000 (15:17 -0600)
wscript

diff --git a/wscript b/wscript
index a00a5fc..912bf54 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')