summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index df51358..cb4367a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -49,6 +49,8 @@ if conf.CheckCHeader("openssl/ssl.h") :
env["OPENSSL_FLAGS"] = {
"LIBS": ["ssl", "crypto"]
}
+else :
+ env["OPENSSL_FLAGS"] = ""
if conf.CheckLib("z") :
env.Append(LIBS = "z")