File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1398,7 +1398,7 @@ Compiler flags
13981398
13991399.. envvar :: PY_EXTRA_STDMODULE_CFLAGS
14001400
1401- Equivalent flag to :envvar: `CFLAGS_NODIST ` but it only applies to **all ** builtin extension
1401+ Equivalent flag to :envvar: `CFLAGS_NODIST ` but it only applies to **all ** built-in extension
14021402 modules built as part of the standard library.
14031403
14041404 Default: (empty).
@@ -1506,7 +1506,7 @@ Linker flags
15061506
15071507.. envvar :: PY_EXTRA_STDMODULE_LDFLAGS
15081508
1509- Equivalent flag to :envvar: `LDLAGS_NODIST ` but it only applies to **all ** builtin extension
1509+ Equivalent flag to :envvar: `LDFLAGS_NODIST ` but it only applies to **all ** built-in extension
15101510 modules built as part of the standard library.
15111511
15121512 Default: (empty).
Original file line number Diff line number Diff line change 11Allow to pass custom ``CFLAGS `` and ``LDFLAGS `` to the compilation of
2- builtin extension modules. Patch by Pablo Galindo
2+ built-in extension modules. Patch by Pablo Galindo.
You can’t perform that action at this time.
0 commit comments