Use BoolVariable for third-party options.
This commit is contained in:
parent
ffab67b8da
commit
45a9a680a3
19 changed files with 87 additions and 91 deletions
|
|
@ -6,7 +6,7 @@ Import('env_modules')
|
|||
env_openssl = env_modules.Clone()
|
||||
|
||||
# Thirdparty source files
|
||||
if (env['builtin_openssl'] != 'no'):
|
||||
if env['builtin_openssl']:
|
||||
thirdparty_dir = "#thirdparty/openssl/"
|
||||
|
||||
thirdparty_sources = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue