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 3246de8 commit 5f7b3daCopy full SHA for 5f7b3da
tools/build/gen-jvm-properties.pl
@@ -22,6 +22,8 @@
22
23
$thirdPartyJars .= "${cpsep}${jardir}/nqp-runtime.jar${cpsep}${libdir}/nqp.jar";
24
25
+s/\\/\\\\/g for ($prefix, $thirdPartyJars, $libdir);
26
+
27
print <<"END";
28
# This file automatically generated by $0
29
0 commit comments