summaryrefslogtreecommitdiff
path: root/scons-tools/emscripten.py
diff options
context:
space:
mode:
Diffstat (limited to 'scons-tools/emscripten.py')
-rwxr-xr-xscons-tools/emscripten.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons-tools/emscripten.py b/scons-tools/emscripten.py
index 4c48083e..af85f106 100755
--- a/scons-tools/emscripten.py
+++ b/scons-tools/emscripten.py
@@ -274,7 +274,7 @@ def generate(env):
RANLIBCOM='',
CCFLAGS=[
'-U__STRICT_ANSI__',
- '-target', 'le32-unknown-nacl',
+ '-target', 'asmjs-unknown-emscripten',
'-nostdinc',
'-Wno-#warnings',
'-Wno-error=unused-variable',