]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix MinGW library generation command (GH-17917)
authorBaljak <baljci@hotmail.com>
Wed, 5 Feb 2020 00:10:16 +0000 (01:10 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 00:10:16 +0000 (11:10 +1100)
commit2545fa87628b4caca519da8aeb0eeef368b9dc0d
tree71ee21dc171463a15446ff6df103f97c15b739be
parentcb1c0746f277052e45a60d6c436a765e34722821
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.
Doc/whatsnew/3.8.rst