[Git][ghc/ghc][wip/angerman/fix-rpath] Apply suggestion to compiler/GHC/SysTools.hs
Moritz Angermann
gitlab at gitlab.haskell.org
Wed Sep 2 03:58:29 UTC 2020
Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC
Commits:
c3628361 by Moritz Angermann at 2020-09-01T23:58:28-04:00
Apply suggestion to compiler/GHC/SysTools.hs
- - - - -
1 changed file:
- compiler/GHC/SysTools.hs
Changes:
=====================================
compiler/GHC/SysTools.hs
=====================================
@@ -389,7 +389,7 @@ linkDynLib dflags0 o_files dep_packages
++ map Option pkg_framework_opts
-- dead_strip_dylibs, will remove unused dylibs, and thus save
-- space in the load commands. The -headerpad is necessary so
- -- that we can inject more @rpath's later for the left over
+ -- that we can inject more @rpath's later for the leftover
-- libraries in the runInjectRpaths phase below.
--
-- See Note [Dynamic linking on macOS]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c3628361e54804d165489e63ebf95dec5fda0b43
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c3628361e54804d165489e63ebf95dec5fda0b43
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200901/78883c07/attachment.html>
More information about the ghc-commits
mailing list