diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-06-02 11:57:59 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-06-06 15:13:43 -0400 |
commit | 6a6b5a1cdca4567fec647b41245e7f4797acce12 (patch) | |
tree | 810ee944e76ff86380a8ef72a6d366afee5c01ca /SConstruct | |
parent | f3c123b21e0a00cbc4be56d6048eb7607e0d5bc8 (diff) | |
download | mongo-6a6b5a1cdca4567fec647b41245e7f4797acce12.tar.gz |
SERVER-33911 Give all hygienic build libraries an rpath
(cherry picked from commit ad0d6f80ef29673ac06e20d91dca344a6a69b4da)
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
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=[ |