Skip to content

Commit

Permalink
Merge pull request #172 from u338steven/fix_missing_version_rb
Browse files Browse the repository at this point in the history
Add `lib` directory to `$LOAD_PATH`
  • Loading branch information
vassilevsky committed Mar 1, 2015
2 parents 5e0296d + 6e1ca1c commit 5ca41ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/RMagick/extconf.rb
@@ -1,3 +1,5 @@
lib_dir = File.expand_path('../../lib', File.dirname(__FILE__))
$LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
require 'mkmf'
require 'date'

Expand Down

0 comments on commit 5ca41ef

Please sign in to comment.