diff --git a/msys2/PKGBUILD.common b/msys2/PKGBUILD.common index f9ac6c3..07d829f 100644 --- a/msys2/PKGBUILD.common +++ b/msys2/PKGBUILD.common @@ -15,7 +15,7 @@ build() { # setuptools creates this file if it doesn't already exist, which causes conflicts between pacman packages # see: https://corte.si/posts/code/setuptoolssucks/ - rm -f clang64/lib/python3.11/site-packages/easy-install.pth + rm -f clang64/lib/python3.12/site-packages/easy-install.pth # patch broken shebangs (Z:/nix/store/...) for entrypoint in clang64/bin/*-script.py; do [ -f "$entrypoint" ] || continue