diff --git a/ext/phashion_ext/extconf.rb b/ext/phashion_ext/extconf.rb index 2dda204..d113bd9 100644 --- a/ext/phashion_ext/extconf.rb +++ b/ext/phashion_ext/extconf.rb @@ -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/homebrew/lib" $LIBPATH = ["#{HERE}/lib"] $CFLAGS = "#{$includes} #{$libraries} #{$CFLAGS}" $LDFLAGS = "#{$libraries} #{$LDFLAGS}" diff --git a/lib/phashion/version.rb b/lib/phashion/version.rb index 0eff40b..7a2590b 100644 --- a/lib/phashion/version.rb +++ b/lib/phashion/version.rb @@ -1,3 +1,3 @@ module Phashion - VERSION = '1.2.0' + VERSION = '1.2.1' end