diff options
Diffstat (limited to 'js/src/devtools/automation/variants/arm-sim-osx')
-rw-r--r-- | js/src/devtools/automation/variants/arm-sim-osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/devtools/automation/variants/arm-sim-osx b/js/src/devtools/automation/variants/arm-sim-osx index af193fc16f..cf8bdcb3dc 100644 --- a/js/src/devtools/automation/variants/arm-sim-osx +++ b/js/src/devtools/automation/variants/arm-sim-osx @@ -1,5 +1,5 @@ { - "configure-args": "--enable-stdcxx-compat --enable-simulator=arm --target=i686-apple-darwin10.0.0 --host=i686-apple-darwin10.0.0", + "configure-args": "--enable-simulator=arm --target=i686-apple-darwin10.0.0 --host=i686-apple-darwin10.0.0", "optimize": true, "debug": true, "bits": 32 |