diff options
| author | Tobias Markmann <tm@ayena.de> | 2012-08-30 18:56:46 (GMT) |
|---|---|---|
| committer | Tobias Markmann <tm@ayena.de> | 2012-08-30 18:56:46 (GMT) |
| commit | 49aa0ddd615ac5694cec69e380ce3773a1fe32ed (patch) | |
| tree | 63714caffacba172f3e71724d7d145a525b31ad9 /Swift/SConscript | |
| parent | 6856199274e9c5e581220fccf520b8f011519d17 (diff) | |
| download | swift-contrib-tobias/cocoa-ssl.zip swift-contrib-tobias/cocoa-ssl.tar.bz2 | |
Dummy SecureTransport TLS backend. Mostly scons integration fail.tobias/cocoa-ssl
Diffstat (limited to 'Swift/SConscript')
| -rw-r--r-- | Swift/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/SConscript b/Swift/SConscript index cee3a74..0d0b350 100644 --- a/Swift/SConscript +++ b/Swift/SConscript @@ -5,7 +5,7 @@ Import("env") SConscript("Controllers/SConscript") if env["SCONS_STAGE"] == "build" : - if not GetOption("help") and not env.get("HAVE_OPENSSL", 0) and not env.get("HAVE_SCHANNEL", 0) : + if not GetOption("help") and not env.get("HAVE_OPENSSL", 0) and not env.get("HAVE_SCHANNEL", 0) and not env.get("HAVE_SECURETRANSPORT", 0): print "Error: Swift requires OpenSSL support, and OpenSSL was not found." if "Swift" in env["PROJECTS"] : env["PROJECTS"].remove("Swift") |
Swift