From 551c6c3a014ba1e7c77964bf8f524ef97e16a2ef Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 Jul 2012 15:17:25 -0600 Subject: [PATCH] wscript: added CoreFoundation and AudioToolbox frameworks --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index a00a5fc8..912bf549 100644 --- 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') -- 2.26.2