ruby: fix codegen for darwin

develop
jj 2012-07-02 21:57:53 +02:00
parent 554683929f
commit b9425474a1
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ use XML::LibXML;
our @lines_rb;
my $os;
if ($^O =~ /linux/i) {
if ($^O =~ /linux/i or $^O =~ /darwin/i) {
$os = 'linux';
} else {
$os = 'windows';