diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-11-05 22:27:52 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-11-05 22:49:42 (GMT) |
commit | 184909e229c3e7b702099d69c0192c500d750e68 (patch) | |
tree | 8e98e8b45830ed1713f3339a91307659fba1e916 /Swift/QtUI/SConscript | |
parent | 0b56244a3efbd20fa28c63bffad32165283a42df (diff) | |
download | swift-contrib-184909e229c3e7b702099d69c0192c500d750e68.zip swift-contrib-184909e229c3e7b702099d69c0192c500d750e68.tar.bz2 |
Assume Windows packaging doesn't include openssl
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 932a1fa..a62e14c 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -254,8 +254,8 @@ if env.get("SWIFT_INSTALLDIR", "") : if env["PLATFORM"] == "win32" : if env["DIST"] : commonResources[""] = commonResources.get("", []) + [ - os.path.join(env["OPENSSL_DIR"], "bin", "ssleay32.dll"), - os.path.join(env["OPENSSL_DIR"], "bin", "libeay32.dll"), + #os.path.join(env["OPENSSL_DIR"], "bin", "ssleay32.dll"), + #os.path.join(env["OPENSSL_DIR"], "bin", "libeay32.dll"), "#/Swift/resources/images", ] myenv.WindowsBundle("Swift", |