diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |