SCons: Move platform-specific Opus config to its module
This commit is contained in:
parent
e930fb9a6e
commit
1807e0f135
4 changed files with 7 additions and 19 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue