From: Baljak Date: Wed, 5 Feb 2020 00:10:16 +0000 (+0100) Subject: Fix MinGW library generation command (GH-17917) X-Git-Tag: v3.9.0a4~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2545fa87628b4caca519da8aeb0eeef368b9dc0d;p=thirdparty%2FPython%2Fcpython.git Fix MinGW library generation command (GH-17917) To print the exports to stdout, the gendef command requires the option "-". Without this option, no output is generated. --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index fabc1c597eca..cb4c518662d6 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -2109,7 +2109,7 @@ Changes in the C API .. code-block:: shell - gendef python38.dll > tmp.def + gendef - python38.dll > tmp.def dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a The location of an installed :file:`pythonXY.dll` will depend on the