Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
649cffc1
Commit
649cffc1
authored
Dec 04, 2014
by
Christiaan Baaij
Browse files
Add comment on RPATH support
parent
6df11514
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Configure.hs
View file @
649cffc1
...
...
@@ -1576,7 +1576,11 @@ checkRelocatable verbosity pkg lbi
,
depsPrefixRelative
]
where
-- Check if the OS support relocatable builds
-- Check if the OS support relocatable builds.
--
-- If you add new OS' to this list, and your OS supports dynamic libraries
-- and RPATH, make sure you add your OS to RPATH-support list of:
-- Cabal.Simple.GHC.getRPaths
checkOS
=
unless
(
os
`
elem
`
[
OSX
,
Linux
])
$
die
$
"Operating system: "
++
display
os
++
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment