aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_android_pch.patch
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-07-16 14:59:03 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-07-18 12:10:01 +0300
commitcac7890386e773d9c268febd38b4311e6d35e03f (patch)
treec12c7ddd31f87605a9c0e9ab8756054cc99005e1 /depends/patches/qt/fix_android_pch.patch
parente8f85e0e86e92e583b8984455b7bf9d0a777578a (diff)
downloadbitcoin-cac7890386e773d9c268febd38b4311e6d35e03f.tar.xz
build: Add support for Android NDK r22+
Diffstat (limited to 'depends/patches/qt/fix_android_pch.patch')
-rw-r--r--depends/patches/qt/fix_android_pch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/patches/qt/fix_android_pch.patch b/depends/patches/qt/fix_android_pch.patch
index bed6e4bb63..195e1c5e59 100644
--- a/depends/patches/qt/fix_android_pch.patch
+++ b/depends/patches/qt/fix_android_pch.patch
@@ -1,6 +1,6 @@
--- old/qtbase/mkspecs/common/android-base-head.conf
+++ new/qtbase/mkspecs/common/android-base-head.conf
-@@ -73,6 +73,6 @@ CROSS_COMPILE = $$NDK_TOOLCHAIN_PATH/bin/$$NDK_TOOLS_PREFIX-
+@@ -72,6 +72,6 @@ CROSS_COMPILE = $$NDK_TOOLCHAIN_PATH/bin/$$NDK_TOOLS_PREFIX-
QMAKE_PCH_OUTPUT_EXT = .gch
QMAKE_CFLAGS_PRECOMPILE = -x c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}