Searched refs:host_os (Results 1 – 1 of 1) sorted by relevance
65 host_os = self.options.get('host-os', 'all').lower()95 if host_os not in self.HOST_OS:116 host_os = [host_os] if host_os != "all" else [v for v in self.HOST_OS131 'host_os': host_os,269 def _mkdir(mkdir, build_dir, host_os, skip_config): argument274 if host_os == 'all':276 if host_os == "unix":278 elif host_os == "win":296 host_os = kwargs['host_os']302 if len(host_os) > 1:[all …]