HomeSort by relevance Sort by last modified time
    Searched refs:target_cc_map (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 156 target_cc_map = {
161 return target_cc_map.get(DEPTARGET, ('gcc', 'g++') )
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 161 target_cc_map = {
166 return target_cc_map.get(DEPTARGET, ('gcc', 'g++') )
    [all...]

Completed in 61 milliseconds