mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-23 20:20:14 +00:00
12 lines
429 B
Diff
12 lines
429 B
Diff
--- a/mesonbuild/modules/python.py
|
|
+++ b/mesonbuild/modules/python.py
|
|
@@ -305,7 +305,7 @@
|
|
# See https://github.com/mesonbuild/meson/issues/8739.
|
|
# XXX: We should be using sysconfig, but Debian only patches distutils.
|
|
|
|
-if 'deb_system' in distutils.command.install.INSTALL_SCHEMES:
|
|
+if False:
|
|
paths = get_distutils_paths(scheme='deb_system')
|
|
install_paths = get_distutils_paths(scheme='deb_system', prefix='')
|
|
else:
|