1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-02 03:21:39 +00:00

Update to Sparkle 1.14

This commit is contained in:
Virgil Dupras
2016-06-08 13:28:52 -04:00
parent b1ef3dc8fe
commit 0959f4581e
5 changed files with 14 additions and 5 deletions

View File

@@ -30,9 +30,8 @@ def configure(conf):
conf.check_python_headers()
conf.env.FRAMEWORK_COCOA = 'Cocoa'
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')]
conf.env.CFLAGS = ['-F'+op.abspath('Sparkle/build/Release')]
conf.env.LINKFLAGS = ['-F'+op.abspath('Sparkle/build/Release')]
def build(ctx):
# What do we compile?