bpo-31904: Add cross-build support for VxWorks RTOS by pxinwr · Pull Request #11968 · python/cpython
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
setup.py
Outdated
Show resolved
Hide resolved
| @@ -44,6 +44,8 @@ def get_platform(): | |||
| return sys.platform | |||
| host_platform = get_platform() | |||
|
|
|||
| _vxworks = ('vxworks' in host_platform) | |||
This was referenced
Mar 1, 2019This was referenced
Mar 13, 2019
pxinwr
deleted the
fix-issue-31904-build
branch