From f648476560b1cec4188d5fd532b04e2a09c62f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 3 May 2024 15:13:15 +0700 Subject: [PATCH] qcoro-qt6: fix cross-mkspecs --- srcpkgs/qcoro-qt6/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qcoro-qt6/template b/srcpkgs/qcoro-qt6/template index b91a4a4773e..c467f412560 100644 --- a/srcpkgs/qcoro-qt6/template +++ b/srcpkgs/qcoro-qt6/template @@ -3,8 +3,8 @@ pkgname=qcoro-qt6 version=0.10.0 revision=1 build_style=cmake -configure_args="-DUSE_QT_VERSION=6 - -DBUILD_SHARED_LIBS=ON" +configure_args="-DUSE_QT_VERSION=6 -DBUILD_SHARED_LIBS=ON + -DECM_MKSPECS_INSTALL_DIR=/usr/lib${XBPS_TARGET_WORDSIZE}/qt6/mkspecs/modules" hostmakedepends="qt6-tools qt6-base" makedepends="qt6-websockets-devel qt6-declarative-devel qt6-base-devel" checkdepends="dbus"