diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-03-07 09:04:22 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-07 09:04:22 (GMT) |
commit | 2ba2c34e59c4ec5da9254b6c6f4669e0ee3c3225 (patch) | |
tree | 915b8996da98197686ed9c82a23cd0aefeaa12be /BuildTools/SCons | |
parent | 3f5f23dcf7a07638c04accd86c06a70c22dd9e8d (diff) | |
download | swift-contrib-2ba2c34e59c4ec5da9254b6c6f4669e0ee3c3225.zip swift-contrib-2ba2c34e59c4ec5da9254b6c6f4669e0ee3c3225.tar.bz2 |
Disable Growl temporarily
Diffstat (limited to 'BuildTools/SCons')
-rw-r--r-- | BuildTools/SCons/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index b3d3c8f..1412b56 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -242,7 +242,7 @@ if env["PLATFORM"] == "darwin" : growl_env = conf_env.Clone() growl_env.MergeFlags(growl_flags) conf = Configure(growl_env, custom_tests = { "CheckObjCHeader" : checkObjCHeader }) - if conf.CheckObjCHeader("Growl/Growl.h") : + if False and conf.CheckObjCHeader("Growl/Growl.h") : env["HAVE_GROWL"] = 1 env["GROWL_FLAGS"] = growl_flags env["GROWL_FRAMEWORK"] = "/Library/Frameworks/Growl.framework" |