Skip to content

Commit

Permalink
#23 make the regex more accepting so 0.9.6-png-patch is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Nov 27, 2013
1 parent fa867cb commit 487af7f
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
@@ -1,7 +1,7 @@
require 'mkmf'

HERE = File.expand_path(File.dirname(__FILE__))
BUNDLE = Dir.glob("#{HERE}/pHash-*.tar.gz").first
BUNDLE = Dir.glob("#{HERE}/pHash-.*.tar.gz").first
BUNDLE_PATH = BUNDLE.gsub(".tar.gz", "")
$CFLAGS = " -x c++ #{ENV["CFLAGS"]}"
$includes = " -I#{HERE}/include"
Expand Down

0 comments on commit 487af7f

Please sign in to comment.