diff options
author | Chad Austin <chad@imvu.com> | 2013-02-04 13:57:39 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:34:54 -0800 |
commit | 77ec50ce8f267f0c2d3078f2459aa5f4cc32d431 (patch) | |
tree | 61312062a4bce16b86573d7d583f20be43edc5a4 | |
parent | 48089b80449daba70ca0897912736a08e5a9108d (diff) |
Fix a stupid error that broke emcc
-rwxr-xr-x | emscripten.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emscripten.py b/emscripten.py index 886816a9..da21b1b0 100755 --- a/emscripten.py +++ b/emscripten.py @@ -654,6 +654,7 @@ WARNING: You should normally never use this! Use emcc instead. from tools import shared configuration = shared.Configuration(environ=os.environ) get_configuration.configuration = configuration + return configuration if keywords.temp_dir is None: temp_files = get_configuration().get_temp_files() |