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:
parent
cb1c0746f2
commit
2545fa8762
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue