Skip to content

Commit

Permalink
Use cc -E, not cpp -E. Fixes Homebrew#15402.
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 28, 2012
1 parent 50edb49 commit ae03003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/ENV/4.3/cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Cmd
def tool
@tool ||= case @arg0
when 'ld' then 'ld'
when 'cc', 'c99', 'c89'
when 'cc', 'c99', 'c89', 'cpp'
# Ideally we would run `cx9`, however these tools are POSIX compliant
# and don't support many flags. We need -isystem for instance, but also
# reliability is generally much higher if we just get clang/gcc to do
Expand Down

0 comments on commit ae03003

Please sign in to comment.