summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorMathew Robinson <mathew.robinson@mongodb.com>2020-01-16 23:04:43 +0000
committerevergreen <evergreen@mongodb.com>2020-01-16 23:04:43 +0000
commit02f3b3a204bdc0e1b157a3839be91dc56f685077 (patch)
tree578f9728ecbb082dce36169f3cdfacc22b3a8357 /site_scons
parentafca00af8b522304402b4671c7b9888776c0ec5f (diff)
downloadmongo-02f3b3a204bdc0e1b157a3839be91dc56f685077.tar.gz
SERVER-42702 $PYTHON should not be used in build signature
Diffstat (limited to 'site_scons')
-rwxr-xr-xsite_scons/site_tools/idl_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/site_tools/idl_tool.py b/site_scons/site_tools/idl_tool.py
index b041dc8cb7e..03b4254e417 100755
--- a/site_scons/site_tools/idl_tool.py
+++ b/site_scons/site_tools/idl_tool.py
@@ -94,7 +94,7 @@ def generate(env):
global idlc
idlc = idlc_mod
- env["IDLC"] = sys.executable + " buildscripts/idl/idlc.py"
+ env["IDLC"] = "$PYTHON buildscripts/idl/idlc.py"
env["IDLCFLAGS"] = ""
base_dir = env.subst("$BUILD_ROOT/$VARIANT_DIR").replace("#", "")
env["IDLCCOM"] = (