Reformat dcraw.

This commit is contained in:
Adam Vandenberg 2009-11-23 08:59:25 -08:00 committed by Max Howell
parent 14ab169b57
commit b486e5bd31

View file

@ -9,8 +9,7 @@ class Dcraw <Formula
depends_on 'liblcms'
def install
cc = ENV['CC'] || 'gcc'
system "#{cc} -o dcraw #{ENV['CFLAGS']} dcraw.c -lm -ljpeg -llcms"
system "#{ENV.cc} -o dcraw #{ENV['CFLAGS']} dcraw.c -lm -ljpeg -llcms"
bin.install 'dcraw'
end
end