ruby: adjust the libPath
This commit is contained in:
@@ -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}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user