1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

Dropped i386 support under Mac OS X.

This commit is contained in:
Virgil Dupras 2013-07-28 16:39:53 -04:00
parent d36710ef38
commit c13a2f207c

View File

@ -34,7 +34,7 @@ def configure(conf):
conf.check_python_version((3,2,0))
conf.check_python_headers()
conf.env.FRAMEWORK_COCOA = 'Cocoa'
conf.env.ARCH_COCOA = ['i386', 'x86_64']
conf.env.ARCH_COCOA = ['x86_64']
# Add cocoalib dir to the framework search path so we can find Sparkle.
conf.env.CFLAGS = ['-F'+op.abspath('../cocoalib')]
conf.env.LINKFLAGS = ['-F'+op.abspath('../cocoalib')]