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