mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
fish.spec: switch to %cmake_build macro when available
Should fix the build on Fedora 33.
This commit is contained in:
@@ -74,8 +74,8 @@ EXTRA_CMAKE_FLAGS="$EXTRA_CMAKE_FLAGS -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}"
|
|||||||
%else
|
%else
|
||||||
%cmake $EXTRA_CMAKE_FLAGS
|
%cmake $EXTRA_CMAKE_FLAGS
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?make_jobs:1}
|
$if 0%{?%cmake_build:1}
|
||||||
%make_jobs
|
%cmake_build
|
||||||
%else
|
%else
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user