Lines Matching defs:host
34 """Represents a host/target platform and its specific build attributes."""
207 parser.add_option('--host',
208 help='host platform (' +
229 if options.host:
230 host = Platform(options.host)
232 host = platform
444 if host.is_msvc():
448 elif host.is_mingw():
651 if not host.is_mingw():
665 if host.is_linux():