mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
fish.spec: switch to %cmake_build macro when available
Should fix the build on Fedora 33.
This commit is contained in:
parent
d8cf8de99b
commit
a97566b6f1
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ EXTRA_CMAKE_FLAGS="$EXTRA_CMAKE_FLAGS -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}"
|
|||
%else
|
||||
%cmake $EXTRA_CMAKE_FLAGS
|
||||
%endif
|
||||
%if 0%{?make_jobs:1}
|
||||
%make_jobs
|
||||
$if 0%{?%cmake_build:1}
|
||||
%cmake_build
|
||||
%else
|
||||
make %{?_smp_mflags}
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue