Skip to content

Commit

Permalink
Fix gen_setting_pm.pl changes yesterday to also work on Win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 20, 2009
1 parent 0d55159 commit 11352de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gen_setting_pm.pl
Expand Up @@ -30,6 +30,7 @@
print <<"END_SETTING";
# Need to use all built-in classes, to import their exports.
END_SETTING
s/\\/\//g for @classes;
print join('', map {
my $colon_form = $_;
$colon_form =~ s/[\/\\]/::/g;
Expand Down

0 comments on commit 11352de

Please sign in to comment.