Adding include path for numpy to sconscript. There must be a better way to do this.

This commit is contained in:
Martin Poirier
2008-11-01 17:44:12 +00:00
parent 19cdef1f71
commit b24c6ef70d

View File

@@ -21,6 +21,7 @@ if env['OURPLATFORM'] == 'win32-vc':
cflags.append('/GR')
cflags.append('/Ox')
incs += ' ' + env['BF_PYTHON'] + '/lib/python' + env['BF_PYTHON_VERSION'] + "/site-packages/numpy/core/include"
incs += ' ' + env['BF_PYTHON_INC']
#incs += ' ' + env['BF_OPENGL_INC']