Merge pull request #10435 from aespinosa/fix-ruby-libpath
ruby: adjust the libPath
This commit is contained in:
commit
30d25604f2
|
@ -129,7 +129,7 @@ let
|
||||||
inherit majorVersion minorVersion teenyVersion patchLevel;
|
inherit majorVersion minorVersion teenyVersion patchLevel;
|
||||||
rubyEngine = "ruby";
|
rubyEngine = "ruby";
|
||||||
baseRuby = baseruby;
|
baseRuby = baseruby;
|
||||||
libPath = "lib/${versionNoPatch}";
|
libPath = "lib/${rubyEngine}/${versionNoPatch}";
|
||||||
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
|
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue