mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix many Android build issues
It remains one issue with MT itself and rtti
This commit is contained in:
parent
90acb9b3a7
commit
057f1574cb
5 changed files with 12 additions and 15 deletions
|
@ -1,12 +1,13 @@
|
|||
--- irrlicht/source/Irrlicht/CEGLManager.cpp.orig 2017-11-15 18:19:58.467279274 +0000
|
||||
+++ irrlicht/source/Irrlicht/CEGLManager.cpp 2017-11-15 18:19:54.175279087 +0000
|
||||
@@ -8,6 +8,9 @@
|
||||
|
||||
--- irrlicht/source/Irrlicht/CEGLManager.cpp.orig 2018-06-10 16:58:11.357709173 +0200
|
||||
+++ irrlicht/source/Irrlicht/CEGLManager.cpp 2018-06-10 16:58:25.100709843 +0200
|
||||
@@ -9,6 +9,10 @@
|
||||
#include "irrString.h"
|
||||
#include "os.h"
|
||||
|
||||
+#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_)
|
||||
+#include <android/native_activity.h>
|
||||
+#endif
|
||||
|
||||
+
|
||||
namespace irr
|
||||
{
|
||||
namespace video
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue