diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-07-10 07:58:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-07-10 10:56:44 (GMT) |
commit | 3911f30a92ae971aebdbf1d733b4261aafde4950 (patch) | |
tree | eaa21ace7c329130b1aa5ab8b7494156d6eed4b9 /3rdParty/OpenSSL/SConscript | |
parent | 17721d86205828929e784ad35e5f07e8a7a71631 (diff) | |
download | swift-3911f30a92ae971aebdbf1d733b4261aafde4950.zip swift-3911f30a92ae971aebdbf1d733b4261aafde4950.tar.bz2 |
Fixed compilation problem on some compilers.
Diffstat (limited to '3rdParty/OpenSSL/SConscript')
-rw-r--r-- | 3rdParty/OpenSSL/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/OpenSSL/SConscript b/3rdParty/OpenSSL/SConscript index c19632c..dfe78b7 100644 --- a/3rdParty/OpenSSL/SConscript +++ b/3rdParty/OpenSSL/SConscript @@ -1,6 +1,6 @@ Import("env") -openssl_bundle_dir = "#/../openssl" +openssl_bundle_dir = "openssl" if env.get("OPENSSL_BUNDLED", False) : if env["SCONS_STAGE"] == "flags" : |