Skip to content

Commit

Permalink
Default opt dirs in extconf to help mkmf find taglib (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jan 22, 2012
1 parent fd0ba02 commit 6b817a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/extconf_common.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Default opt dirs to help mkmf find taglib
configure_args = "--with-opt-dir=/usr/local:/opt/local:/sw "
ENV['CONFIGURE_ARGS'] = configure_args + ENV.fetch('CONFIGURE_ARGS', "")

require 'mkmf'

def error msg
Expand Down

0 comments on commit 6b817a4

Please sign in to comment.