From d721b7a3d6314731c120cf77722572cb28570992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Mon, 10 Aug 2009 23:55:53 +0200 Subject: Fix OpenSSL building on default OpenSSL detection. 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" : -- cgit v0.10.2-6-g49f6