Skip to content

Commit

Permalink
Fix JVM build
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 30, 2015
1 parent 3bc921e commit fb05e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vm/jvm/core/IOAsyncFile.pm
Expand Up @@ -16,7 +16,8 @@ my class IO::Async::File {
);
$!path = $path;
$!chomp = $chomp;
nqp::setencoding($!PIO, NORMALIZE_ENCODING($encoding)) unless $bin;
nqp::setencoding($!PIO, Rakudo::Internals.NORMALIZE_ENCODING($encoding))
unless $bin;
self;
}

Expand Down

0 comments on commit fb05e7d

Please sign in to comment.