diff --git a/fheroes2.spec b/fheroes2.spec index 566875c..2439ea4 100644 --- a/fheroes2.spec +++ b/fheroes2.spec @@ -53,7 +53,7 @@ export CC=%{_llvmdir}/bin/clang export CXX=%{_llvmdir}/bin/clang++ export AR=%{_llvmdir}/bin/llvm-ar export NM=%{_llvmdir}/bin/llvm-nm -export LLD=%{_llmdir}/bin/lld +export LLD=%{_llvmdir}/bin/lld export READELF=readelf export LDFLAGS="-lstdc++-gcc10" @@ -64,7 +64,7 @@ export CXXFLAGS="$CFLAGS" %setup_compile_flags #cmake -%clang_gcc_wrapper +#clang_gcc_wrapper %cmake \ -DCMAKE_BUILD_TYPE=Release \