mirror of https://github.com/mgba-emu/mgba.git
Python: Attempt to fix build
This commit is contained in:
parent
d57bb82d22
commit
ed0a63d1b8
|
@ -46,7 +46,6 @@ void free(void*);
|
|||
#define PYEXPORT extern "Python+C"
|
||||
#include "platform/python/core.h"
|
||||
#include "platform/python/log.h"
|
||||
#include "platform/python/sio.h"
|
||||
#include "platform/python/vfs-py.h"
|
||||
#undef PYEXPORT
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ ffi.set_source("mgba._pylib", """
|
|||
#define PYEXPORT
|
||||
#include "platform/python/core.h"
|
||||
#include "platform/python/log.h"
|
||||
#include "platform/python/sio.h"
|
||||
#include "platform/python/vfs-py.h"
|
||||
#undef PYEXPORT
|
||||
""", include_dirs=[incdir, srcdir],
|
||||
|
|
Loading…
Reference in New Issue