We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27ddb9 commit 32a846aCopy full SHA for 32a846a
Cabal/src/Distribution/Simple/Configure.hs
@@ -2767,7 +2767,7 @@ checkRelocatable verbosity pkg lbi =
2767
-- and RPATH, make sure you add your OS to RPATH-support list of:
2768
-- Distribution.Simple.GHC.getRPaths
2769
checkOS =
2770
- unless (os `elem` [OSX, Linux]) $
+ unless (os `elem` [OSX, Linux, FreeBSD]) $
2771
dieWithException verbosity $
2772
NoOSSupport os "relocatable builds"
2773
where
0 commit comments