mirror of https://github.com/mgba-emu/mgba.git
Debugger: Fix Python build
This commit is contained in:
parent
a98c01bafc
commit
1756baae74
|
@ -96,7 +96,7 @@ void CLIDebuggerAttachBackend(struct CLIDebugger*, struct CLIDebuggerBackend*);
|
|||
bool CLIDebuggerTabComplete(struct CLIDebugger*, const char* token, bool initial, size_t len);
|
||||
|
||||
bool CLIDebuggerRunCommand(struct CLIDebugger* debugger, const char* line, size_t count);
|
||||
#if ENABLE_SCRIPTING
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
void CLIDebuggerScriptEngineInstall(struct mScriptBridge* sb);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <mgba-util/string.h>
|
||||
#include <mgba-util/vfs.h>
|
||||
|
||||
#if ENABLE_SCRIPTING
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
#include <mgba/core/scripting.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <mgba/internal/debugger/gdb-stub.h>
|
||||
#endif
|
||||
|
||||
#if ENABLE_SCRIPTING
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
#include <mgba/core/scripting.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue