From b8a20d4de8c696f9e0fb4916e34c9c1da849311d Mon Sep 17 00:00:00 2001 From: Mahno Date: Sat, 22 Mar 2025 16:59:40 +0800 Subject: [PATCH] try fix build issues --- tqtinterface.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tqtinterface.spec b/tqtinterface.spec index a7013b5..35c736e 100644 --- a/tqtinterface.spec +++ b/tqtinterface.spec @@ -31,7 +31,7 @@ cmake \ -DQT_PREFIX_DIR=%{trinity_dir} \ -DMOC_EXECUTABLE=%{trinity_dir}/bin/tqmoc \ -DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=%{buildroot}%{trinity_dir} +-DCMAKE_INSTALL_PREFIX=%{buildroot}%{trinity_dir} \ -DMAN_INSTALL_DIR=%{buildroot}%{trinity_dir}/man \ -DBUILD_ALL="ON" \ -DQT_VERSION=3 \