Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-cc
This commit is contained in:
commit
49daa0aa64
@ -131,7 +131,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
crossCabalFlags = [
|
crossCabalFlags = [
|
||||||
"--with-ghc=${ghc.targetPrefix}ghc"
|
"--with-ghc=${ghcCommand}"
|
||||||
"--with-ghc-pkg=${ghc.targetPrefix}ghc-pkg"
|
"--with-ghc-pkg=${ghc.targetPrefix}ghc-pkg"
|
||||||
] ++ optionals stdenv.hasCC [
|
] ++ optionals stdenv.hasCC [
|
||||||
"--with-gcc=${stdenv.cc.targetPrefix}cc"
|
"--with-gcc=${stdenv.cc.targetPrefix}cc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user