1 --- Python-3.9.16/setup.py.~7~ Thu Jan 25 12:06:42 2024
2 +++ Python-3.9.16/setup.py Thu Jan 25 12:20:40 2024
4 add_dir_to_list(self.compiler.include_dirs,
5 sysconfig.get_config_var("INCLUDEDIR"))
7 - system_lib_dirs = ['/lib64', '/usr/lib64', '/lib', '/usr/lib']
8 + system_lib_dirs = ['/lib/64', '/usr/lib/64', '/lib', '/usr/lib']
9 system_include_dirs = ['/usr/include']
10 # lib_dirs and inc_dirs are used to search for files;
11 # if a file is found in one of those directories, it can