flake: fix mcfgthread filename

escape-analysis
Sebastien Bourdeauducq 2022-01-24 15:52:04 +08:00
parent 9c34dd9c80
commit 465514ca7a
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@
installPhase =
''
mkdir -p $out $out/nix-support
ln -s ${pkgs-mingw.windows.mcfgthreads}/bin/mcfgthreads-12.dll $out/
echo file binary-dist $out/mcfgthreads-12.dll >> $out/nix-support/hydra-build-products
ln -s ${pkgs-mingw.windows.mcfgthreads}/bin/mcfgthread-12.dll $out/
echo file binary-dist $out/mcfgthread-12.dll >> $out/nix-support/hydra-build-products
'';
};
};