Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 797259 | Differences between
and this patch

Collapse All | Expand All

(-)Python-3.9.3_orig/Lib/distutils/unixccompiler.py (+1 lines)
Lines 83-88 Link Here
83
    static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
83
    static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s"
84
    xcode_stub_lib_format = dylib_lib_format
84
    xcode_stub_lib_format = dylib_lib_format
85
    if sys.platform == "cygwin":
85
    if sys.platform == "cygwin":
86
        shared_lib_format="lib%s%s.a"
86
        exe_extension = ".exe"
87
        exe_extension = ".exe"
87
88
88
    def preprocess(self, source, output_file=None, macros=None,
89
    def preprocess(self, source, output_file=None, macros=None,

Return to bug 797259