diff options
Diffstat (limited to '3rdParty/OpenSSL')
| -rw-r--r-- | 3rdParty/OpenSSL/.gitignore | 1 | ||||
| -rw-r--r-- | 3rdParty/OpenSSL/SConscript | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/3rdParty/OpenSSL/.gitignore b/3rdParty/OpenSSL/.gitignore new file mode 100644 index 0000000..fa963ae --- /dev/null +++ b/3rdParty/OpenSSL/.gitignore @@ -0,0 +1 @@ +openssl diff --git a/3rdParty/OpenSSL/SConscript b/3rdParty/OpenSSL/SConscript index c19632c..dfe78b7 100644 --- a/3rdParty/OpenSSL/SConscript +++ b/3rdParty/OpenSSL/SConscript @@ -1,6 +1,6 @@  Import("env") -openssl_bundle_dir = "#/../openssl" +openssl_bundle_dir = "openssl"  if env.get("OPENSSL_BUNDLED", False) :  	if env["SCONS_STAGE"] == "flags" :  | 
 Swift