mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 13:23:22 +00:00
Ruby 1.9.2 does not include '.' in the include path anymore
This commit is contained in:
parent
6ce57363f4
commit
da3e7f2e91
2
rake.d/vendor/drake-0.8.7.0.2.4/bin/drake
vendored
2
rake.d/vendor/drake-0.8.7.0.2.4/bin/drake
vendored
@ -22,6 +22,8 @@
|
||||
# IN THE SOFTWARE.
|
||||
#++
|
||||
|
||||
$: << '.'
|
||||
|
||||
Dir.glob(File.dirname(File.dirname(File.dirname(__FILE__))) + "/*/lib").each { |dir| $:.unshift dir }
|
||||
Dir.glob(File.dirname(__FILE__) + "/rake.d/vendor/*/lib").each { |dir| $:.unshift dir }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user