Searched refs:host_platform (Results 1 – 3 of 3) sorted by relevance
79 host_platform=linux83 host_platform=darwin172 platform="--host-platform $host_platform"194 if [[ "${host_platform}" == "linux" ]]; then195 …sed -i "1s%.*%#!/usr/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-${host_cpu_pr…196 elif [[ "${host_platform}" == "darwin" ]]; then197 …sed -i "" "1s%.*%#!/use/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-${host_cpu…199 prebuild_python3_path="$code_dir/prebuilts/python/${host_platform}-${host_cpu_prefix}/current/bin/p…200 prebuild_pip3_path="${code_dir}/prebuilts/python/${host_platform}-${host_cpu_prefix}/current/bin/pi…241 if [[ "${host_platform}" == "linux" ]]; then
250 if args.host_platform == 'darwin':280 def _file_handle(config: dict, code_dir: str, host_platform: str):304 if host_platform == 'darwin' and os.path.basename(dest_dir) == "nodejs":360 host_platform = args.host_platform382 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')383 node_config = config_info.get(host_platform).get('node_config')385 install_config = config_info.get(host_platform).get(host_cpu).get('install')386 if host_platform == 'linux':387 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')389 elif host_platform == 'darwin':[all …]
45 host_platform = platform.uname().system.lower()48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')