summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-04-30 17:00:27 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-01 17:32:47 +0000
commite3e70da6c437933f58bd33f2c109b033d25163c5 (patch)
tree5332bbdcd2114c97388a07d453cff2f7439769c4 /SConstruct
parent5f145d0051b296344c2b40e7d651226da1fc9f49 (diff)
downloadmongo-e3e70da6c437933f58bd33f2c109b033d25163c5.tar.gz
SERVER-47865 Fix invalid subst where a variable was passed where a node is required
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d3b2d124695..202c07535a1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4018,8 +4018,7 @@ if get_option('install-mode') == 'hygienic':
map_entry = env["AIB_SUFFIX_MAP"].get(osuf)
if map_entry:
return map_entry[0]
-
- return "Unable to find debuginfo for {}".format(str(source))
+ env.FatalError("Unable to find debuginfo file in _aib_debugdir: (source='{}')".format(str(source)))
env["PREFIX_DEBUGDIR"] = _aib_debugdir