mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00: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:
parent
cb1c0746f2
commit
2545fa8762
1 changed files with 1 additions and 1 deletions
|
|
@ -2109,7 +2109,7 @@ Changes in the C API
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
gendef python38.dll > tmp.def
|
gendef - python38.dll > tmp.def
|
||||||
dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a
|
dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a
|
||||||
|
|
||||||
The location of an installed :file:`pythonXY.dll` will depend on the
|
The location of an installed :file:`pythonXY.dll` will depend on the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue