Skip to content

Commit

Permalink
few more touches so strawberry perl build module OK
Browse files Browse the repository at this point in the history
  • Loading branch information
U-CORP\konovv authored and rurban committed Oct 21, 2018
1 parent 4d774d6 commit fc742e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ByteLoader/hints/522_patched.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub probe_byteloader {
require Config;
system "$Config::Config{make} linkext";
}
system "$^X -Mblib -MO=-qq,Bytecode,-H,-o$out -e'print q(ok)'";
system "$^X -Mblib -MO=-qq,Bytecode,-H,-o$out -e\"print q(ok)\"";
return "0" unless -s $out;
my $ret = `$^X -Mblib $out`;
unlink $out;
Expand Down

0 comments on commit fc742e3

Please sign in to comment.