diff --git a/content/posts/statically_linked_python_interpreter/note.md b/content/posts/statically_linked_python_interpreter/note.md index 61845ef..0e9c27a 100644 --- a/content/posts/statically_linked_python_interpreter/note.md +++ b/content/posts/statically_linked_python_interpreter/note.md @@ -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 files, but this is not needed in the latest version. What you need is to do this: -```sh +``` MODULE_BUILDTYPE=static ./configure ```