class RbSys::CargoBuilder

def darwin_target?

def darwin_target?
  makefile_config("target_os").include?("darwin")
end