forked from M-Labs/artiq
windows: work around cretinous setuptools problems
This commit is contained in:
parent
29c8e3958d
commit
ae5c64619a
|
@ -10,7 +10,7 @@ build() {
|
||||||
export PYTHONPATH=`pwd`/mingw64/lib/python3.9/site-packages
|
export PYTHONPATH=`pwd`/mingw64/lib/python3.9/site-packages
|
||||||
chmod +w -R source
|
chmod +w -R source
|
||||||
cd source
|
cd source
|
||||||
wine-msys2-build python setup.py install --prefix=../mingw64
|
wine-msys2-build python setup.py install --single-version-externally-managed --prefix=../mingw64
|
||||||
cd ..
|
cd ..
|
||||||
rm -f mingw64/lib/python3.9/site-packages/easy-install.pth
|
rm -f mingw64/lib/python3.9/site-packages/easy-install.pth
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue