Skip to content

Commit 928b0d8

Browse files
committed
Fix x86_64-musl
1 parent 8167144 commit 928b0d8

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
@@ -801,7 +801,7 @@ stdenv.mkDerivation (rec {
801801
cp -r _build/stage1/bin $out
802802
# let's assume that if we find a non-prefixed genprimop,
803803
# we also find a non-prefixed deriveConstants
804-
if [ -f _build/stage1/bin/genprimopcode ]; then
804+
if [ -f _build/stageBoot/bin/genprimopcode ]; then
805805
cp _build/stageBoot/bin/genprimopcode $out/bin
806806
cp _build/stageBoot/bin/deriveConstants $out/bin
807807
else

0 commit comments

Comments
 (0)