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:13:43 -0400
commit6a6b5a1cdca4567fec647b41245e7f4797acce12 (patch)
tree810ee944e76ff86380a8ef72a6d366afee5c01ca /SConstruct
parentf3c123b21e0a00cbc4be56d6048eb7607e0d5bc8 (diff)
downloadmongo-6a6b5a1cdca4567fec647b41245e7f4797acce12.tar.gz
SERVER-33911 Give all hygienic build libraries an rpath
(cherry picked from commit ad0d6f80ef29673ac06e20d91dca344a6a69b4da)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f9006e01dda..99e477c14d7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3341,7 +3341,7 @@ if get_option('install-mode') == 'hygienic':
)
elif env['PLATFORM'] == 'darwin':
env.AppendUnique(
- PROGLINKFLAGS=[
+ LINKFLAGS=[
'-Wl,-rpath,@loader_path/../lib'
],
SHLINKFLAGS=[