mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user