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.
1 parent 627f0df commit 9fa1c3fCopy full SHA for 9fa1c3f
Build.rakumod
@@ -30,7 +30,7 @@ method build($cwd --> Bool) {
30
}
31
32
my $json = to-json(%libraries, :pretty, :sorted-keys);
33
- $*PROGRAM.child("resources/libraries.json").spurt: $json;
+ "resources/libraries.json".IO.spurt: $json;
34
35
# DO NOT COPY THIS SOLUTION
36
# Delete precomp files when building in case the openssl libs have since been updated
0 commit comments