2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

windows: clean up easy-install pollution

This commit is contained in:
Sebastien Bourdeauducq 2022-04-05 11:32:00 +08:00
parent 5bc2cf6cc2
commit dfb2908d09

View File

@ -12,6 +12,7 @@ build() {
cd source
wine-msys2-build python setup.py install --prefix=../mingw64
cd ..
rm mingw64/lib/python3.9/site-packages/easy-install.pth
}
package() {