option to build the BGE without python, uses existing python check (cmake and scons)
when python is disabled videotextures are not built.
This commit is contained in:
@@ -40,11 +40,13 @@
|
||||
#undef _POSIX_C_SOURCE
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef DISABLE_PYTHON
|
||||
#include "Python.h"
|
||||
|
||||
#define USE_MATHUTILS // Blender 2.5x api will use mathutils, for a while we might want to test without it
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <osreldate.h>
|
||||
#if __FreeBSD_version > 500039
|
||||
|
||||
Reference in New Issue
Block a user