You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Use BoolVariable for third-party options.
This commit is contained in:
@@ -97,7 +97,7 @@ def configure(env):
|
||||
|
||||
## Dependencies
|
||||
|
||||
if (env['builtin_libtheora'] != 'no'):
|
||||
if env['builtin_libtheora']:
|
||||
env["x86_libtheora_opt_gcc"] = True
|
||||
|
||||
## Flags
|
||||
|
||||
Reference in New Issue
Block a user