From 4af4085c10cc84c3c1ed47d46e24710fb85dc25c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 9 Sep 2013 10:52:20 -0700 Subject: [PATCH] Switch from gcc to clang (Apple is incompetent). --- xcode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode.sh b/xcode.sh index 67d2a74..8646162 100755 --- a/xcode.sh +++ b/xcode.sh @@ -52,8 +52,8 @@ function configure() { local flg=$3 shift 3 - cc=$(xcrun --sdk "${sdk}" -f gcc) - cxx=$(xcrun --sdk "${sdk}" -f g++) + cc=$(xcrun --sdk "${sdk}" -f clang) + cxx=$(xcrun --sdk "${sdk}" -f clang++) flg+=" -isysroot $(path "${sdk}")" rm -rf build."${dir}" -- 2.47.2