Skip to content

Commit

Permalink
Revert "#23 make the regex more accepting so 0.9.6-png-patch is selec…
Browse files Browse the repository at this point in the history
…ted"

This reverts commit 487af7f.
  • Loading branch information
westonplatter committed Nov 29, 2013
1 parent f5c9678 commit 82919e1
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 82919e1

Please sign in to comment.