fix if conditional

This commit is contained in:
Peter Robinson 2016-11-02 12:41:54 +00:00
parent 0e51efd867
commit bfba468339
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ export LDFLAGS="-static-libstdc++"
%{?with_opencl:--enable-opencl --enable-opencl-icd} %{!?with_opencl:--disable-opencl} \
--enable-glx-tls \
--enable-texture-float=yes \
%if %{with_vulkan}
%if %{?with_vulkan}
%{?vulkan_drivers} \
--with-sha1=libcrypto \
%endif