Invoke %cmake in %conf rather than in %build
This commit is contained in:
parent
6952d6f21d
commit
12a0a5d16d
@ -108,8 +108,11 @@ find docs samples src -type f -exec file '{}' '+' |
|
|||||||
xargs dos2unix --keepdate
|
xargs dos2unix --keepdate
|
||||||
|
|
||||||
|
|
||||||
%build
|
%conf
|
||||||
%cmake %{?with_icu:-Dtranscoder=icu} -GNinja
|
%cmake %{?with_icu:-Dtranscoder=icu} -GNinja
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user