Skip to content

Commit

Permalink
unset SETUPTOOLS_USE_DISTUTILS
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 10, 2024
1 parent 77b021a commit f1dd0a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packaging/mingw_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


def install_mingw_deps() -> None:
os.environ.setdefault("SETUPTOOLS_USE_DISTUTILS", "stdlib")
sys_site_packages_path = site.getsitepackages()[-1]
mingw_arch = os.environ.get("MINGW_PACKAGE_PREFIX", "mingw-w64-ucrt-x86_64")
assert mingw_arch.endswith("64")
Expand Down

0 comments on commit f1dd0a8

Please sign in to comment.