diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-25 09:52:24 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-25 09:52:24 -0700 |
commit | de688a4e5d5a57959d55626c4b0283e715dfebaa (patch) | |
tree | 4af93f4480a58ac19ca1035b511d47298e6458a4 /tools | |
parent | e7dfdb3a27887f555f2ec3216e8e458257674b25 (diff) |
fix apply_configuration
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index fdd577de..0d575fd7 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -449,8 +449,8 @@ class Configuration: save_debug_files=os.environ.get('EMCC_DEBUG_SAVE')) def apply_configuration(): - configuration = Configuration() global configuration, DEBUG, EMSCRIPTEN_TEMP_DIR, DEBUG_CACHE, CANONICAL_TEMP_DIR + configuration = Configuration() DEBUG = configuration.DEBUG EMSCRIPTEN_TEMP_DIR = configuration.EMSCRIPTEN_TEMP_DIR DEBUG_CACHE = configuration.DEBUG_CACHE |