Method: RakeCompilerDock::Starter.platforms
- Defined in:
- lib/rake_compiler_dock/starter.rb
.platforms(options = {}) ⇒ Object
200 201 202 203 |
# File 'lib/rake_compiler_dock/starter.rb', line 200 def platforms(={}) .fetch(:platform) { ENV['RCD_PLATFORM'] } || (container_jrubyvm?() ? "jruby" : "x86-mingw32 x64-mingw32") end |