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
1 changed files with 1 additions and 0 deletions

View File

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