diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-03 23:43:54 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-03 23:43:54 -0500 |
commit | b27f3c3e20991c7a97826e886bb43439e9276c34 (patch) | |
tree | 25f8f65840422c222dc4dc6bbbb54f6479f3bba2 /Python/pylifecycle.c | |
parent | e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa (diff) | |
download | cpython-git-b27f3c3e20991c7a97826e886bb43439e9276c34.tar.gz |
Issue #24986: Allow building Python without external libraries on Windows
This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e'
is not supplied, no attempt will be made to build extension modules that
require external libraries, even if the external libraries are present.
Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is
one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules
(if '-e' is given).
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions