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 989066b commit 821f72aCopy full SHA for 821f72a
compiler/ghc/default.nix
@@ -62,7 +62,7 @@ let self =
62
63
, # Whether to disable the large address space allocator
64
# necessary fix for iOS: https://www.reddit.com/r/haskell/comments/4ttdz1/building_an_osxi386_to_iosarm64_cross_compiler/d5qvd67/
65
- disableLargeAddressSpace ? stdenv.targetPlatform.isDarwin && stdenv.targetPlatform.isAarch64
+ disableLargeAddressSpace ? stdenv.targetPlatform.isDarwin && stdenv.targetPlatform.isAarch64 || stdenv.targetPlatform.isAndroid
66
67
, useLdGold ?
68
# might be better check to see if cc is clang/llvm?
0 commit comments