Fix a typo in the static python article

This commit is contained in:
Konstantin Nazarov 2023-10-08 17:34:08 +01:00
parent a1b8b6cf18
commit d43af27eb2
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -50,7 +50,7 @@ you'd see that there's a configuration option `*@MODULE_BUILDTYPE@*`, which cont
be built as shared or static libraries. The wiki page on Static Linking recommends manually modifying the generated be built as shared or static libraries. The wiki page on Static Linking recommends manually modifying the generated
files, but this is not needed in the latest version. What you need is to do this: files, but this is not needed in the latest version. What you need is to do this:
```sh ```
MODULE_BUILDTYPE=static ./configure MODULE_BUILDTYPE=static ./configure
``` ```