From 2b0ff67bc3f0dbbba48e7ef3bb08f0a6474b7bd9 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 7 May 2024 11:24:15 +0800 Subject: [PATCH] dunno Signed-off-by: madomado --- anda/tools/appimagelauncher/appimagelauncher.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/anda/tools/appimagelauncher/appimagelauncher.spec b/anda/tools/appimagelauncher/appimagelauncher.spec index ca3aa6ebc8..deba31bbfe 100644 --- a/anda/tools/appimagelauncher/appimagelauncher.spec +++ b/anda/tools/appimagelauncher/appimagelauncher.spec @@ -13,9 +13,8 @@ Patch0: use-fedora-qtlinguist.patch BuildRequires: make -BuildRequires: mold BuildRequires: cmake -BuildRequires: clang +BuildRequires: gcc-c++ BuildRequires: glib2-devel BuildRequires: cairo-devel BuildRequires: fuse-devel @@ -41,7 +40,6 @@ BuildRequires: /usr/bin/ar %build -%define __cxx clang++ %cmake -DBUILD_SHARED_LIBS:BOOL=OFF \ -DUSE_SYSTEM_LIBARCHIVE=ON \ -DUSE_SYSTEM_LIBCURL=ON \ -DUSE_SYSTEM_SQUASHFUSE=ON \ @@ -49,12 +47,7 @@ BuildRequires: /usr/bin/ar -DUSE_SYSTEM_CURL=ON \ -DUSE_SYSTEM_XDGUTILS=ON \ -DUSE_SYSTEM_LIBAPPIMAGE=ON - -cat< build.sh %cmake_build -EOF -chmod +x build.sh -mold -run ./build.sh %install %cmake_install