diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
commit | 91570ab79252b37afeae3b230cb6023c5b52547a (patch) | |
tree | 011d77857557a28671a63a444dcf8e10db64ab3f /SConstruct | |
parent | ba717874781a33ea40a1aea1ad8b9efce3580fc2 (diff) | |
download | swift-91570ab79252b37afeae3b230cb6023c5b52547a.zip swift-91570ab79252b37afeae3b230cb6023c5b52547a.tar.bz2 |
Integrated Sparkle auto-updater.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ if env["PLATFORM"] == "darwin" : if conf.CheckObjCHeader("Sparkle/Sparkle.h") : env["HAVE_SPARKLE"] = 1 env["SPARKLE_FLAGS"] = sparkle_flags + env["SPARKLE_FRAMEWORK"] = "/Library/Frameworks/Sparkle.framework" conf.Finish() # LibXML |