aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_android_jni_static.patch
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-07-29 18:29:58 +0800
committerfanquake <fanquake@gmail.com>2021-12-03 14:07:12 +0800
commitc870027cc261ebe6e0e2030df06619a8f663e80a (patch)
treed56385460aaf58d70071ff5cfea4fbe291608e90 /depends/patches/qt/fix_android_jni_static.patch
parent904ba2aa40c5399b956fd97c8b38bca8a1aa32c7 (diff)
downloadbitcoin-c870027cc261ebe6e0e2030df06619a8f663e80a.tar.xz
build: qt 5.15.2
Diffstat (limited to 'depends/patches/qt/fix_android_jni_static.patch')
-rw-r--r--depends/patches/qt/fix_android_jni_static.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/patches/qt/fix_android_jni_static.patch b/depends/patches/qt/fix_android_jni_static.patch
index a186aeb8f6..bb64661761 100644
--- a/depends/patches/qt/fix_android_jni_static.patch
+++ b/depends/patches/qt/fix_android_jni_static.patch
@@ -1,6 +1,6 @@
--- old/qtbase/src/plugins/platforms/android/androidjnimain.cpp
+++ new/qtbase/src/plugins/platforms/android/androidjnimain.cpp
-@@ -898,6 +898,14 @@
+@@ -914,6 +914,14 @@ Q_DECL_EXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void */*reserved*/)
__android_log_print(ANDROID_LOG_FATAL, "Qt", "registerNatives failed");
return -1;
}