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

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 661 OLD_DEVELOPER_TOOLS = '/Developer/Tools'
662 if os.path.isdir(OLD_DEVELOPER_TOOLS):
663 base_path = base_path + ':' + OLD_DEVELOPER_TOOLS
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 633 OLD_DEVELOPER_TOOLS = '/Developer/Tools'
634 if os.path.isdir(OLD_DEVELOPER_TOOLS):
635 base_path = base_path + ':' + OLD_DEVELOPER_TOOLS
    [all...]

Completed in 69 milliseconds