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