diff options
| -rw-r--r-- | Library/Formula/ddate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb index 7acf87486..5f7599e38 100644 --- a/Library/Formula/ddate.rb +++ b/Library/Formula/ddate.rb @@ -7,7 +7,7 @@ class Ddate <Formula version '0.1.0' def install - system "#{ENV['CC']}", "ddate.c", "-o", "ddate" + system ENV.cc, "ddate.c", "-o", "ddate" bin.install 'ddate' end end |
