Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
%*CUSTOM_LIB needs to be in @*INC, too.
Not that @*INC actually works in Niecza, but this patch has the same effect.
  • Loading branch information
colomon committed Jun 3, 2013
1 parent 67d20f1 commit 88ee1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/niecza
Expand Up @@ -79,7 +79,7 @@ EOM
my $runobj = Q:CgOp { (box Str (cb_get_basedir)) };
my $basedir = $runobj.IO.append("..").realpath;

my @lib = $basedir.append("lib"), ".".IO.realpath;
my @lib = $basedir.append("lib"), ".".IO.realpath, (Q:CgOp { (sysquery (i 7)) } ~ "/niecza").IO.realpath;
my $lang = "CORE";
my $safe = False;
my $bcnd = "dotnet";
Expand Down

0 comments on commit 88ee1d8

Please sign in to comment.