summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index c5f8506..aeccfd2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -144,6 +144,7 @@ if not env.get("HAVE_EXPAT", 0) :
# OpenSSL
openssl_env = conf_env.Clone()
openssl_prefix = GetOption("openssl_prefix")
+openssl_flags = {}
if openssl_prefix :
openssl_flags = { "CPPPATH": [os.path.join(openssl_prefix, "include")] }
if env["PLATFORM"] == "win32" :