Skip to content

Commit c204999

Browse files
committed
Fix x86_64-musl
1 parent a462dad commit c204999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ stdenv.mkDerivation (rec {
800800
cp -r _build/stage1/bin $out
801801
# let's assume that if we find a non-prefixed genprimop,
802802
# we also find a non-prefixed deriveConstants
803-
if [ -f _build/stage1/bin/genprimopcode ]; then
803+
if [ -f _build/stageBoot/bin/genprimopcode ]; then
804804
cp _build/stageBoot/bin/genprimopcode $out/bin
805805
cp _build/stageBoot/bin/deriveConstants $out/bin
806806
else

0 commit comments

Comments
 (0)