Skip to content

Commit

Permalink
Modernize extension of NativeCall.pm6
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 3, 2020
1 parent abe287c commit 56f3007
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/02-rakudo/reproducible-builds.t
Expand Up @@ -14,7 +14,7 @@ my @checksums;
my @units;
for ^2 -> $run {
$precompilation-repository.precompile(
'lib/NativeCall.pm6'.IO,
'lib/NativeCall.rakumod'.IO,
$id,
:force,
);
Expand Down
2 changes: 1 addition & 1 deletion tools/build/install-core-dist.p6
Expand Up @@ -2,7 +2,7 @@ use lib <lib>;
use CompUnit::Repository::Staging;
my %provides =
"Test" => "lib/Test.rakumod",
"NativeCall" => "lib/NativeCall.pm6",
"NativeCall" => "lib/NativeCall.rakumod",
"NativeCall::Types" => "lib/NativeCall/Types.pm6",
"NativeCall::Compiler::GNU" => "lib/NativeCall/Compiler/GNU.pm6",
"NativeCall::Compiler::MSVC" => "lib/NativeCall/Compiler/MSVC.pm6",
Expand Down

0 comments on commit 56f3007

Please sign in to comment.