fixed build on 32bit platforms for real (hopefully)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=44
This commit is contained in:
Stefan Dirsch 2021-11-14 20:59:00 +00:00 committed by Git OBS Bridge
parent b682ce7a34
commit 71f929f8fa

View File

@ -65,7 +65,7 @@ Library requirements of the OpenCL C programming language.
%install
%cmake_install
mkdir -p %{buildroot}/usr/lib64
mkdir -p %{buildroot}%{_libdir}
ln -snf /usr/share/clc %{buildroot}%{_libdir}/clc
%files