Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit 897b54a

Browse files
committed
Compatibility changes for Xcode 5 Command Line Tools
Basically just renaming 'llvm-gcc-4.2' to 'gcc'
1 parent d65934e commit 897b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/curl_builder/compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def platform_for(architecture)
6767

6868
def tools_for(platform)
6969
{
70-
cc: find_tool("llvm-gcc-4.2", platform),
70+
cc: find_tool("gcc", platform),
7171
ld: find_tool("ld", platform),
7272
ar: find_tool("ar", platform),
7373
as: find_tool("as", platform),

0 commit comments

Comments
 (0)