From 0f92031f6270bba757f3a4e4cd0329805278e78a Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 7 May 2024 10:43:40 +0800 Subject: [PATCH] fix(appimagelauncher): try mold Signed-off-by: madomado --- anda/tools/appimagelauncher/appimagelauncher.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/tools/appimagelauncher/appimagelauncher.spec b/anda/tools/appimagelauncher/appimagelauncher.spec index bbe0fbc859..ea9ae71f18 100644 --- a/anda/tools/appimagelauncher/appimagelauncher.spec +++ b/anda/tools/appimagelauncher/appimagelauncher.spec @@ -13,6 +13,7 @@ Patch0: use-fedora-qtlinguist.patch BuildRequires: make +BuildRequires: mold BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: glib2-devel @@ -47,7 +48,7 @@ BuildRequires: libqtxdg-devel -DUSE_SYSTEM_XDGUTILS=ON \ -DUSE_SYSTEM_LIBAPPIMAGE=ON -%cmake_build +mold -run %cmake_build %install