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

Commit

Permalink
Compatibility changes for Xcode 5 Command Line Tools
Browse files Browse the repository at this point in the history
Basically just renaming 'llvm-gcc-4.2' to 'gcc'
  • Loading branch information
biasedbit committed Jul 24, 2013
1 parent d65934e commit 897b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_builder/compiler.rb
Expand Up @@ -67,7 +67,7 @@ def platform_for(architecture)

def tools_for(platform)
{
cc: find_tool("llvm-gcc-4.2", platform),
cc: find_tool("gcc", platform),
ld: find_tool("ld", platform),
ar: find_tool("ar", platform),
as: find_tool("as", platform),
Expand Down

0 comments on commit 897b54a

Please sign in to comment.