Skip to content

Commit

Permalink
Expand base directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 2, 2012
1 parent 194a969 commit 18bf4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/groonga/extconf.rb
Expand Up @@ -29,7 +29,7 @@
require "pkg-config"
end

base_dir = Pathname(__FILE__).dirname.parent.parent
base_dir = Pathname(__FILE__).dirname.parent.parent.expand_path
$LOAD_PATH.unshift(base_dir.to_s)

require "rroonga-build"
Expand Down

0 comments on commit 18bf4b9

Please sign in to comment.