mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Use BoolVariable for third-party options.
This commit is contained in:
@@ -6,7 +6,7 @@ Import('env_modules')
|
||||
env_squish = env_modules.Clone()
|
||||
|
||||
# Thirdparty source files
|
||||
if (env['builtin_squish'] != 'no'):
|
||||
if env['builtin_squish']:
|
||||
thirdparty_dir = "#thirdparty/squish/"
|
||||
thirdparty_sources = [
|
||||
"alpha.cpp",
|
||||
|
||||
Reference in New Issue
Block a user