Make sure that the ARCH settings do not leak

The folder demos/mac_app is used by the upper project demos/
This commit is contained in:
Thomas Nagy 2011-12-17 16:35:20 +01:00
parent 09888adcc7
commit 8c5c88f2d2
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ def options(opt):
def configure(conf):
conf.load('compiler_c')
conf.env.append_value('FRAMEWORK_COCOA', 'Cocoa')
conf.env.ARCH = ['i386', 'x86_64']
conf.env.FRAMEWORK_COCOA = 'Cocoa'
conf.env.ARCH_COCOA = ['i386', 'x86_64']
def build(bld):
bld.program(