Fix rpmlint warning

Remove an unnecessary extra space.
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-07-25 10:37:55 -03:00
parent 3d4f17c7d3
commit 185d6dc8bf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The package contains the LLDB Python module.
%build
%global _lto_cflags -flto=thin
%cmake -GNinja \
%cmake -GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \