summaryrefslogtreecommitdiff
path: root/buildscripts/scons.py
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-08-16 11:59:20 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-08-16 19:01:02 -0400
commit364b08d9d8348a9bf93cbff8eff7181da1a8f336 (patch)
treea60a4aac24dfc4d5f4c0efa04a3a00ac76c6e051 /buildscripts/scons.py
parentdb17e351dfb907efa1e6b72a23ec17b24874c855 (diff)
downloadmongo-364b08d9d8348a9bf93cbff8eff7181da1a8f336.tar.gz
SERVER-39467 Upgrade vendored SCons to 3.1.1
Diffstat (limited to 'buildscripts/scons.py')
-rwxr-xr-xbuildscripts/scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/scons.py b/buildscripts/scons.py
index 14802f1d7ae..9ab3729df2f 100755
--- a/buildscripts/scons.py
+++ b/buildscripts/scons.py
@@ -4,7 +4,7 @@
import os
import sys
-SCONS_VERSION = os.environ.get('SCONS_VERSION', "3.0.4")
+SCONS_VERSION = os.environ.get('SCONS_VERSION', "3.1.1")
MONGODB_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
SCONS_DIR = os.path.join(MONGODB_ROOT, 'src', 'third_party', 'scons-' + SCONS_VERSION,