Reformat dcraw.
This commit is contained in:
parent
14ab169b57
commit
b486e5bd31
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue