Skip to content

Commit

Permalink
MAINT: Use deb_system scheme to match meson's path inference & fix aa…
Browse files Browse the repository at this point in the history
…rch64
  • Loading branch information
AnirudhDagar authored and tylerjereddy committed Sep 26, 2023
1 parent 6d09fc2 commit bdc57c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev.py
Expand Up @@ -341,6 +341,7 @@ def get_site_packages(self):
if 'deb_system' in INSTALL_SCHEMES:
# debian patched python in use
install_cmd = dist.Distribution().get_command_obj('install')
install_cmd.select_scheme('deb_system')
install_cmd.finalize_options()
plat_path = Path(install_cmd.install_platlib)
else:
Expand Down

0 comments on commit bdc57c1

Please sign in to comment.