You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCons: Move platform-specific Opus config to its module
This commit is contained in:
@@ -136,7 +136,3 @@ def configure(env):
|
||||
|
||||
# TODO: Reevaluate usage of this setting now that engine.js manages engine runtime.
|
||||
env.Append(LINKFLAGS=['-s', 'NO_EXIT_RUNTIME=1'])
|
||||
|
||||
# TODO: Move that to opus module's config.
|
||||
if 'module_opus_enabled' in env and env['module_opus_enabled']:
|
||||
env.opus_fixed_point = 'yes'
|
||||
|
||||
Reference in New Issue
Block a user