From d75f41f8d2a2598d528217b588c57486edd78895 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Apr 2022 17:13:28 +0800 Subject: [PATCH] windows: work around cretinous setuptools problems (2) --- windows/PKGBUILD.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/PKGBUILD.common b/windows/PKGBUILD.common index 84129304d..b830dc963 100644 --- a/windows/PKGBUILD.common +++ b/windows/PKGBUILD.common @@ -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 }