diff options
-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() |