- Align path for document installation between openSUSE versions.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=113
This commit is contained in:
parent
6f2035fba2
commit
51ef3757f3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 16:17:35 UTC 2024 - Martin Liška <martin.liska@hey.com>
|
||||||
|
|
||||||
|
- Align path for document installation between openSUSE versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 14:47:15 UTC 2024 - Martin Liška <martin.liska@hey.com>
|
Fri Mar 1 14:47:15 UTC 2024 - Martin Liška <martin.liska@hey.com>
|
||||||
|
|
||||||
|
@ -71,7 +71,10 @@ build time especially in rapid debug-edit-rebuild cycles.
|
|||||||
export CC=gcc-11
|
export CC=gcc-11
|
||||||
export CXX=g++-11
|
export CXX=g++-11
|
||||||
%endif
|
%endif
|
||||||
%cmake %{build_args}
|
%cmake %{build_args} \
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
|
-DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name}
|
||||||
|
%endif
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user