gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / python37 / patches / 10-include.patch
blob25621f71e67c23f90606a4af69b0342941d2a2a8
1 On Solaris pyconfig.h is delivered in the normal python header directory.
2 As this is Solaris-specific, it is not suitable for upstream.
4 --- Python-3.7.4/Lib/distutils/sysconfig.py
5 +++ Python-3.7.4/Lib/distutils/sysconfig.py
6 @@ -246,7 +246,7 @@ def get_config_h_filename():
7 else:
8 inc_dir = _sys_home or project_base
9 else:
10 - inc_dir = get_python_inc(plat_specific=1)
11 + inc_dir = get_python_inc(plat_specific=0)
13 return os.path.join(inc_dir, 'pyconfig.h')