Skip to content

Commit ed80ac8

Browse files
committed
PLATFORM -> RUBY_PLATFORM, don't exist in Ruby 1.9
1 parent 78ec477 commit ed80ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ desc "Installing library (extension)"
6464
task :install_ext => [ :compile_ext, :install_pure, :install_ext_really ]
6565

6666
desc "Installing library (extension)"
67-
if PLATFORM =~ /java/
67+
if RUBY_PLATFORM =~ /java/
6868
task :install => :install_pure
6969
else
7070
task :install => :install_ext

0 commit comments

Comments
 (0)