We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ff01d2 + 831cb3a commit 2e79daeCopy full SHA for 2e79dae
src/NQP/World.nqp
@@ -33,6 +33,15 @@ class NQP::World is HLL::World {
33
%!code_object_fixup_list := nqp::hash();
34
%!code_stub_sc_idx := nqp::hash();
35
@!clearup_tasks := nqp::list();
36
+
37
+#?if parrot
38
+ if nqp::defined(%*COMPILING<%?OPTIONS><dynext>) {
39
+ my $dynext_path := %*COMPILING<%?OPTIONS><dynext>;
40
+ my @dynext_paths := pir::getinterp__P()[pir::const::IGLOBALS_LIB_PATHS][pir::const::PARROT_LIB_PATH_DYNEXT];
41
42
+ @dynext_paths.push($dynext_path);
43
+ }
44
+#?endif
45
}
46
47
# Creates a new lexical scope and puts it on top of the stack.
0 commit comments