diff options
author | Chad Austin <chad@imvu.com> | 2013-05-31 15:20:28 -0700 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-07-17 15:01:24 -0700 |
commit | 57a71725b45934291510f19b68ca9fcdb8093fa0 (patch) | |
tree | c8106e1fa63db8403bd6fbac353f45f691b21cd2 /scons-tools | |
parent | c3bd7e6187590595119a300b420372563242fddf (diff) |
The emscripten metabuilder only builds three individually-named targets. It's up to the caller to decide which variant to load.
Diffstat (limited to 'scons-tools')
-rwxr-xr-x | scons-tools/emscripten.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scons-tools/emscripten.py b/scons-tools/emscripten.py index 0c10e54d..f5ae236b 100755 --- a/scons-tools/emscripten.py +++ b/scons-tools/emscripten.py @@ -156,8 +156,6 @@ def emscripten(env, target_js, source_bc): buildName('min.js'),
global_emscripten_min_js)
- env.InstallAs(buildName('js'), emscripten_js)
-
return [emscripten_iteration_js, emscripten_js, emscripten_min_js]
LIBC_SOURCES = [
|