Missing HAVE_PYTHON

This commit is contained in:
rdb 2014-03-18 08:24:52 +00:00
parent 8ae5e58d92
commit 32ad6785f2

View File

@ -15,6 +15,8 @@
#include "rocketRegion_ext.h"
#include "extension.h"
#ifdef HAVE_PYTHON
#ifndef CPPPARSER
#define HAVE_LONG_LONG 1
#include <Rocket/Core/Context.h>
@ -48,3 +50,5 @@ get_context() const {
}
return NULL;
}
#endif