- [FIX] deshabilitar el debugger si no estem en DEBUG ni en Linux
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if defined(DEBUG) && defined(__linux__)
|
||||
|
||||
#include "lua.debug.h"
|
||||
#include "external/lua/lua.hpp"
|
||||
#include "mini/win/win.h"
|
||||
@@ -1366,3 +1368,5 @@ namespace mini
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user