Skip to content

Commit

Permalink
Cleanup up exodriver formula universal changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 4, 2011
1 parent 1df84de commit e7aec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/exodriver.rb
Expand Up @@ -21,9 +21,9 @@ def install
inreplace 'Makefile' do |s|
s.change_make_var! 'DESTINATION', lib
s.change_make_var! 'HEADER_DESTINATION', include
ENV.universal_binary if ARGV.include? "--universal"
end

ENV.universal_binary if ARGV.include? "--universal"
system "make"
system "make install"
end
Expand Down

0 comments on commit e7aec2c

Please sign in to comment.