This commit is contained in:
Sergey Zhemoytel 2022-11-05 22:25:51 +03:00
parent baf4794775
commit e4f6effc64

View file

@ -96,8 +96,8 @@ cp %{S:1} include/mach-o
%build
#if %{with clang}
%clang_gcc_wrapper
#export CC=clang
#export CXX=clang++
export CC=clang
export CXX=clang++
#endif
%cmake \