We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ec477 commit ed80ac8Copy full SHA for ed80ac8
1 file changed
Rakefile
@@ -64,7 +64,7 @@ desc "Installing library (extension)"
64
task :install_ext => [ :compile_ext, :install_pure, :install_ext_really ]
65
66
desc "Installing library (extension)"
67
-if PLATFORM =~ /java/
+if RUBY_PLATFORM =~ /java/
68
task :install => :install_pure
69
else
70
task :install => :install_ext
0 commit comments