diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 19c5d8ce8a..4ec27b7ea4 100644 --- a/SConstruct +++ b/SConstruct @@ -229,7 +229,7 @@ for p in platform_list: if (env['openssl']!='no'): env.Append(CPPFLAGS=['-DOPENSSL_ENABLED']); if (env['openssl']=="builtin"): - env.Append(CPPPATH=['#drivers/builtin_openssl']) + env.Append(CPPPATH=['#drivers/builtin_openssl2']) if (env["old_scenes"]=='yes'): |