diff options
| author | Ariel Manzur | 2016-05-06 22:43:22 -0300 |
|---|---|---|
| committer | Ariel Manzur | 2016-05-06 22:43:22 -0300 |
| commit | baaa74f2153403044ab7570b920bc01317f8a047 (patch) | |
| tree | a4647b5a7cfc3e549aeba6e0ccefdb2dffa855b4 /SConstruct | |
| parent | 62c17d65a8ad808bb712e64df2f16ecfb193c9be (diff) | |
| download | godot-baaa74f2153403044ab7570b920bc01317f8a047.tar.gz godot-baaa74f2153403044ab7570b920bc01317f8a047.tar.zst godot-baaa74f2153403044ab7570b920bc01317f8a047.zip | |
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct index a2c5edf5e..3ea40489b 100644 --- a/SConstruct +++ b/SConstruct @@ -307,10 +307,10 @@ if selected_platform in platform_list: if (env['musepack']=='yes'): env.Append(CPPFLAGS=['-DMUSEPACK_ENABLED']); - if (env['openssl']!='no'): - env.Append(CPPFLAGS=['-DOPENSSL_ENABLED']); - if (env['openssl']=="builtin"): - env.Append(CPPPATH=['#drivers/builtin_openssl2']) + #if (env['openssl']!='no'): + # env.Append(CPPFLAGS=['-DOPENSSL_ENABLED']); + # if (env['openssl']=="builtin"): + # env.Append(CPPPATH=['#drivers/builtin_openssl2']) if (env["builtin_zlib"]=='yes'): env.Append(CPPPATH=['#drivers/builtin_zlib/zlib']) |
