Searched refs:host_platform (Results 1 – 3 of 3) sorted by relevance
79 host_platform=linux82 host_platform=darwin169 platform="--host-platform $host_platform"193 if [[ "${host_platform}" == "linux" ]]; then194 …sed -i "1s%.*%#!/usr/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2/bi…195 elif [[ "${host_platform}" == "darwin" ]]; then196 …sed -i "" "1s%.*%#!/use/bin/env python3%" ${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2…198 prebuild_python3_path="$code_dir/prebuilts/python/${host_platform}-x86/3.10.2/bin/python3.10"199 prebuild_pip3_path="${code_dir}/prebuilts/python/${host_platform}-x86/3.10.2/bin/pip3.10"239 if [[ "${host_platform}" == "linux" ]]; then
251 def _file_handle(config: dict, code_dir: str, host_platform: str):275 if host_platform == 'darwin' and os.path.basename(dest_dir) == "nodejs":328 host_platform = args.host_platform349 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')350 node_config = config_info.get(host_platform).get('node_config')352 install_config = config_info.get(host_platform).get(host_cpu).get('install')353 if host_platform == 'linux':354 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')356 elif host_platform == 'darwin':357 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')[all …]
45 host_platform = platform.uname().system.lower()48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')