Merge pull request #42581 from dtzWill/fix/ghc-84-musl
ghc-8.4.3: minor fixes for cross-musl, same as used with 8.2.2
This commit is contained in:
commit
92a047a6c4
@ -49,7 +49,8 @@ let
|
||||
'' + stdenv.lib.optionalString enableIntegerSimple ''
|
||||
INTEGER_LIBRARY = integer-simple
|
||||
'' + stdenv.lib.optionalString (targetPlatform != hostPlatform) ''
|
||||
Stage1Only = YES
|
||||
Stage1Only = ${if targetPlatform.system == hostPlatform.system then "NO" else "YES"}
|
||||
CrossCompilePrefix = ${targetPrefix}
|
||||
HADDOCK_DOCS = NO
|
||||
BUILD_SPHINX_HTML = NO
|
||||
BUILD_SPHINX_PDF = NO
|
||||
|
Loading…
Reference in New Issue
Block a user