Explicitly pass -C %{_vpath_builddir} to fix F33's cmake
This commit is contained in:
parent
e125ff350f
commit
c2e5cbe818
@ -20,11 +20,11 @@ Vulkan Header files and API registry
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
|
||||||
%make_build
|
%make_build -C %{_vpath_builddir}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install -C %{_vpath_builddir}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -36,6 +36,9 @@ Vulkan Header files and API registry
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 30 2020 Adam Jackson <ajax@redhat.com> - 1.2.135.0-2
|
||||||
|
- Explicitly pass -C %%{_vpath_builddir} to fix F33's cmake
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user