diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-03-02 10:48:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-02 10:48:30 +0100 |
commit | 2fa5bb6be78e4f6130dceae02caf8afa5f61b578 (patch) | |
tree | 739c806b0f30f19350531ecf22cabf2c2360e437 /platform/javascript | |
parent | e930fb9a6e4277ad3c4dc60a775785b294840512 (diff) | |
parent | 1807e0f1355efc92503aeb4c0a2496617d3f0872 (diff) |
Merge pull request #26473 from akien-mga/scons-opus-fixed
SCons: Move platform-specific Opus config to its module
Diffstat (limited to 'platform/javascript')
-rw-r--r-- | platform/javascript/detect.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 3cc79097f8..47da8de5df 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -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' |