mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Android: Update build system for ndk-r15x
Add workarounds for ndk-r16.
This commit is contained in:
parent
ecbb9310de
commit
b5350e27ad
6 changed files with 63 additions and 53 deletions
12
build/android/patches/irrlicht-native_activity.patch
Normal file
12
build/android/patches/irrlicht-native_activity.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- 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 @@
|
||||
|
||||
#include "irrString.h"
|
||||
#include "os.h"
|
||||
+#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_)
|
||||
+#include <android/native_activity.h>
|
||||
+#endif
|
||||
|
||||
namespace irr
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue