1
0
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:
Rémi Verschelde
2019-03-02 10:30:10 +01:00
parent e930fb9a6e
commit 1807e0f135
4 changed files with 7 additions and 19 deletions

View File

@@ -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'