components/python/python35/patches/15-include.patch
changeset 4912 0b79e9575718
equal deleted inserted replaced
4911:6590570733a1 4912:0b79e9575718
       
     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.
       
     3 
       
     4 --- Python-3.5.0a4/Lib/distutils/sysconfig.py.~1~	2015-04-20 00:37:51.000000000 -0700
       
     5 +++ Python-3.5.0a4/Lib/distutils/sysconfig.py	2015-04-20 13:50:39.821555060 -0700
       
     6 @@ -231,7 +231,7 @@
       
     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)
       
    12  
       
    13      return os.path.join(inc_dir, 'pyconfig.h')
       
    14