Skip to content

Commit

Permalink
build: update qt android jni static patch for 5.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Mar 10, 2021
1 parent cc6f47d commit 84928c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/patches/qt/fix_android_jni_static.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- old/qtbase/src/plugins/platforms/android/androidjnimain.cpp
+++ new/qtbase/src/plugins/platforms/android/androidjnimain.cpp
@@ -890,6 +890,14 @@
@@ -897,6 +897,14 @@
__android_log_print(ANDROID_LOG_FATAL, "Qt", "registerNatives failed");
return -1;
}
Expand Down

0 comments on commit 84928c4

Please sign in to comment.