From 33f6cb5944783533bcd157b53cc819d5b0daaafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 16 Sep 2012 11:10:33 +0200 Subject: Fixed compilation on windows. diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index ff74073..2e8d1cb 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -437,7 +437,7 @@ elif env["target"] in ("iphone-device", "iphone-simulator", "xcode") : env["OPENSSL_BUNDLED"] = True env["HAVE_OPENSSL"] = True else : - env["OPENSSL_FLAGS"] = "" + env["OPENSSL_FLAGS"] = {} if env["PLATFORM"] == "win32" : env["HAVE_SCHANNEL"] = True # If we're compiling for Windows and OpenSSL isn't being used, use Schannel -- cgit v0.10.2-6-g49f6