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 b0c2fb3 commit 7a225bcCopy full SHA for 7a225bc
compiler/ghc/default.nix
@@ -401,7 +401,9 @@ stdenv.mkDerivation (rec {
401
export CC="${targetCC}/bin/emcc"
402
export CXX="${targetCC}/bin/em++"
403
export LD="${targetCC}/bin/emcc"
404
+ export AR="${targetCC}/bin/emar"
405
export NM="${targetCC}/share/emscripten/emnm"
406
+ export RANLIB="${targetCC}/bin/emranlib"
407
export EM_CACHE=$(mktemp -d)
408
mv config.sub.ghcjs config.sub
409
''
0 commit comments