Parent

SystemType

Detect the build system type and allow for cross-compilation

Public Class Methods

build() click to toggle source
# File lib/makeconf/systemtype.rb, line 23
def SystemType.build
  @@build
end
host() click to toggle source
# File lib/makeconf/systemtype.rb, line 27
def SystemType.host
  @@host
end
target() click to toggle source
# File lib/makeconf/systemtype.rb, line 31
def SystemType.target
  @@target
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.