summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 25a702c01de..0a3273a7158 100644
--- a/SConstruct
+++ b/SConstruct
@@ -217,7 +217,7 @@ add_option('wiredtiger',
js_engine_choices = ['v8-3.12', 'v8-3.25', 'mozjs', 'none']
add_option('js-engine',
choices=js_engine_choices,
- default=js_engine_choices[0],
+ default=js_engine_choices[2],
help='JavaScript scripting engine implementation',
type='choice',
)