Merge pull request #10435 from aespinosa/fix-ruby-libpath

ruby: adjust the libPath
This commit is contained in:
Domen Kožar 2015-10-18 12:55:34 +02:00
commit 30d25604f2

View file

@ -129,7 +129,7 @@ let
inherit majorVersion minorVersion teenyVersion patchLevel;
rubyEngine = "ruby";
baseRuby = baseruby;
libPath = "lib/${versionNoPatch}";
libPath = "lib/${rubyEngine}/${versionNoPatch}";
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
};
}