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 20:52:37 +0000
commitcffa7cad378f1cc0c7a21ec43cf4cc2ec8a5bf3f (patch)
treecf5a44863ac4f475ced24f9d83967b2ab161d509 /SConstruct
parentf0fd129b5a9df4db2d6800f20773c878da36af1b (diff)
downloadmongo-cffa7cad378f1cc0c7a21ec43cf4cc2ec8a5bf3f.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 de45164ce4e..a4046eda7d0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4013,8 +4013,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