diff --git a/libcxx/recipe.spec b/libcxx/recipe.spec index 2cdbd70..aa7d491 100644 --- a/libcxx/recipe.spec +++ b/libcxx/recipe.spec @@ -5,7 +5,7 @@ sources: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{versio @configure mkdir %{name}-%{version} cd %{name}-%{version} - CC=clang cmake ../%{name}-%{version}.src \ + cmake ../%{name}-%{version}.src \ -DCMAKE_INSTALL_PREFIX=/usr/weirdos \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS="-fPIC -O2" \