• Zachary Ware's avatar
    Issue #24986: Allow building Python without external libraries on Windows · 1db43f98
    Zachary Ware yazdı
    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).
    1db43f98
pcbuild.proj 3.92 KB