From 1a7ea7bc038e7e78fa31815ef0f083a97f4156f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=A8=E5=8D=89?= Date: Tue, 11 Feb 2025 06:32:40 +0000 Subject: [PATCH] [Bugfix]Fix cmake build error. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: éƒ‘æ™šć‰ --- pin-gcc-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index 5666266..56eb157 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -33,6 +33,7 @@ A Pin (Plug-IN framework) client is implemented based on GCC plugin and can exec %autosetup -p1 %build +DESTDIR="%{buildroot}" %{cmake} -DCMAKE_SKIP_RPATH=ON -DMLIR_DIR=/usr/lib64/cmake/mlir -DLLVM_DIR=/usr/lib64/cmake/llvm %cmake_build -- Gitee