Lines Matching refs:target_os
74 target_os = _info.get('target_os')
76 if target_os is None or target_cpu is None:
78 "target_os or target_cpu is None."
80 arch = "{}_{}".format(target_os, target_cpu)
89 target_os = _info.get('target_os')
91 if target_os is None or target_cpu is None:
93 "target_os or target_cpu is None."
95 arch = "{}_{}".format(target_os, target_cpu)