From 620dfc4df58a3b61200904897b912ab2a9e6b669 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Fri, 6 Sep 2019 00:15:44 +0200 Subject: [PATCH] libcxx: grooming --- libcxx/recipe.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \