Include path for numpy no longer needed.

This commit is contained in:
Martin Poirier 2008-11-02 14:36:32 +00:00
parent fdc1ef2c25
commit 12b2f1c83c

@ -21,7 +21,6 @@ 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']