class RbSys::CargoBuilder

def mingw_target?

def mingw_target?
  makefile_config("target_os").include?("mingw")
end