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 bf901a1 commit 07319e0Copy full SHA for 07319e0
compiler/ghc/default.nix
@@ -317,7 +317,6 @@ let
317
# `-fexternal-dynamic-refs` causes `undefined reference` errors when building GHC cross compiler for windows
318
+ lib.optionalString (enableRelocatedStaticLibs && targetPlatform.isx86_64 && !targetPlatform.isWindows)
319
" '*.*.ghc.*.opts += -fexternal-dynamic-refs'"
320
- + lib.optionalString targetPlatform.isAndroid
321
# The fact that we need to set this here is pretty idiotic. GHC should figure this out on it's own.
322
# Either have a runtime flag/setting to disable it or if dlopen fails, remember that it failed and
323
# fall back to non-dynamic. We only have x86_64 dynamic linker with musl.
0 commit comments