Skip to content

Commit

Permalink
add opt path
Browse files Browse the repository at this point in the history
  • Loading branch information
twoofy committed Jul 21, 2016
1 parent 82919e1 commit fad8785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/phashion_ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BUNDLE_PATH = BUNDLE.gsub(".tar.gz", "")
$CFLAGS = " -x c++ #{ENV["CFLAGS"]}"
$includes = " -I#{HERE}/include"
$libraries = " -L#{HERE}/lib -L/usr/local/lib"
$libraries = " -L#{HERE}/lib -L/usr/local/lib -L/opt/local/lib"
$LIBPATH = ["#{HERE}/lib"]
$CFLAGS = "#{$includes} #{$libraries} #{$CFLAGS}"
$LDFLAGS = "#{$libraries} #{$LDFLAGS}"
Expand Down

0 comments on commit fad8785

Please sign in to comment.