Skip to content

Commit

Permalink
Merge pull request #5304 from rakudo/ugexe/remove-unneeded-nqp-lib
Browse files Browse the repository at this point in the history
Remove nqp-home/lib and rakudo-home/lib from vm search paths
  • Loading branch information
ugexe committed Jul 5, 2023
2 parents 2184c5a + 64fef80 commit 04bf4f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vm/moar/ModuleLoaderVMConfig.nqp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
role Perl6::ModuleLoaderVMConfig {
method vm_search_paths() {
my @search_paths;
@search_paths.push(nqp::gethllsym('default', 'SysConfig').rakudo-home() ~ '/lib');
# XXX CHEAT: Goes away when we implement :from<nqp>.
@search_paths.push(nqp::gethllsym('default', 'SysConfig').nqp-home() ~ '/lib');
@search_paths
}

Expand Down

0 comments on commit 04bf4f7

Please sign in to comment.