blob: ae57dc0ca253639c5d1265db13527258c8464c70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- setup_configure.py.orig 2009-03-15 12:58:45.000000000 +0100
+++ setup_configure.py 2009-03-15 12:59:08.000000000 +0100
@@ -147,6 +147,7 @@
# add source dir
include_dir_list.append( '.' )
+ include_dir_list.reverse()
# get the python CFLAGS
py_cflags_python_list = distutils.sysconfig.get_config_var('CFLAGS').split()
|