diff options
author | Chad Austin <chad@imvu.com> | 2013-02-01 12:32:11 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:31:47 -0800 |
commit | 922d046e9b9f64627372d2ab79c6b81caadf219d (patch) | |
tree | 5f8927493a9465f9240cf081081ee982e4a57c75 /emscripten.py | |
parent | 68ad675f73a49f26bdaaa99d1168e95e792de93f (diff) |
Code review feedback
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emscripten.py b/emscripten.py index 42091133..dc17dc7d 100755 --- a/emscripten.py +++ b/emscripten.py @@ -48,10 +48,8 @@ def process_funcs((i, funcs, meta, settings_file, compiler, forwarded_file, libr shared.try_delete(funcs_file) return out -def emscript(configuration, infile, settings, outfile, libraries=[], - compiler_engine=None, - jcache=None, - temp_files=None): +def emscript(configuration, infile, settings, outfile, libraries=[], compiler_engine=None, + jcache=None, temp_files=None): """Runs the emscripten LLVM-to-JS compiler. We parallelize as much as possible Args: |