summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-06-02 11:57:59 -0400
committerAndrew Morrow <acm@mongodb.com>2018-06-06 15:12:50 -0400
commitad0d6f80ef29673ac06e20d91dca344a6a69b4da (patch)
tree15f6b7e6b46b96d21a872a5f735294873304b49e /SConstruct
parent0875709a13cc60c99a612228a0822d768e9aa5e6 (diff)
downloadmongo-ad0d6f80ef29673ac06e20d91dca344a6a69b4da.tar.gz
SERVER-33911 Give all hygienic build libraries an rpath
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1d22ad34d98..f382cccfda3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3368,7 +3368,7 @@ if get_option('install-mode') == 'hygienic':
)
elif env['PLATFORM'] == 'darwin':
env.AppendUnique(
- PROGLINKFLAGS=[
+ LINKFLAGS=[
'-Wl,-rpath,@loader_path/../lib'
],
SHLINKFLAGS=[