diff --git a/plugins/python-build/README.md b/plugins/python-build/README.md index 5a4220ee..470836af 100644 --- a/plugins/python-build/README.md +++ b/plugins/python-build/README.md @@ -105,7 +105,7 @@ process. configure and make options for buildling CPython. These variables will be passed to Python only, not any dependent packages (e.g. libyaml). -### Building with shared library +### Building as `--enable-shared` You can build CPython with `--enable-shared` to install a version with shared object.