flake: use *.pyd for Windows Python module

escape-analysis
Sebastien Bourdeauducq 2021-12-02 22:24:23 +08:00
parent c0f8d5c602
commit 6315027a8b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
installPhase =
''
mkdir -p $out
cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out
cp target/x86_64-pc-windows-gnu/release/nac3artiq.dll $out/nac3artiq.pyd
'';
meta.platforms = ["x86_64-windows"];
}