From cf2d56626ba5fd5f2eab6bb5b2625ee966d5c3f3 Mon Sep 17 00:00:00 2001 From: BlackcoinDev Date: Thu, 25 Jan 2024 23:34:29 +0100 Subject: [PATCH] build: rename to blackmore_qt_apk --- src/Makefile.qt.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 47808e4d8e..d12d138d13 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -399,7 +399,7 @@ QT_BASE_VERSION = $(lastword $(shell $(MOC) --version)) QT_BASE_PATH = $(shell find ../depends/sources/ -maxdepth 1 -type f -regex ".*qtbase.*$(QT_BASE_VERSION)\.tar.xz") QT_BASE_TLD = $(shell tar tf $(QT_BASE_PATH) --exclude='*/*') -bitcoin_qt_apk: FORCE +blackmore_qt_apk: FORCE mkdir -p $(APK_LIB_DIR) cp $(dir $(lastword $(CC)))../sysroot/usr/lib/$(host_alias)/libc++_shared.so $(APK_LIB_DIR) tar xf $(QT_BASE_PATH) -C qt/android/src/ $(QT_BASE_TLD)src/android/jar/src --strip-components=5