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

windows: work around cretinous setuptools problems (2)

This commit is contained in:
Sebastien Bourdeauducq 2022-04-05 17:13:28 +08:00
parent a700c2c4e4
commit d75f41f8d2

View File

@ -10,7 +10,7 @@ build() {
export PYTHONPATH=`pwd`/mingw64/lib/python3.9/site-packages
chmod +w -R source
cd source
wine-msys2-build python setup.py install --single-version-externally-managed --prefix=../mingw64
wine-msys2-build python setup.py install --single-version-externally-managed --root=Z:\\`pwd`/../mingw64
cd ..
rm -f mingw64/lib/python3.9/site-packages/easy-install.pth
}