diff options
author | Chad Austin <chad@imvu.com> | 2013-05-02 00:01:08 -0700 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-05-02 18:55:54 -0700 |
commit | 58352074e51c15bd108a71a3c31354206d488eee (patch) | |
tree | 21321b4f764f8ad24e651c23005edc3bc0badf01 /emscripten.py | |
parent | 9607e5be25f12ac986436622bdd3b710505a596c (diff) |
Add a benchmark for calling from C++ into JS via interfaces
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emscripten.py b/emscripten.py index f4bfed82..924012af 100755 --- a/emscripten.py +++ b/emscripten.py @@ -767,6 +767,7 @@ WARNING: You should normally never use this! Use emcc instead. if keywords.temp_dir is None: temp_files = get_configuration().get_temp_files() + temp_dir = get_configuration().TEMP_DIR else: temp_dir = os.path.abspath(keywords.temp_dir) if not os.path.exists(temp_dir): |