windows: work around broken LLD install script

escape-analysis
Sebastien Bourdeauducq 2022-03-27 19:14:02 +08:00
parent 201ca3f63d
commit 0ca1a7bedb
1 changed files with 3 additions and 3 deletions

View File

@ -129,9 +129,9 @@ in rec {
'';
installPhase =
''
wine64 ninja install
mkdir $out/nix-support
echo file binary-dist $out/bin/lld.exe >> $out/nix-support/hydra-build-products
mkdir -p $out $out/nix-support
cp bin/ld.lld.exe $out
echo file binary-dist $out/ld.lld.exe >> $out/nix-support/hydra-build-products
'';
dontFixup = true;
};