From 7bceb850675dda3da57ec2634ea8729b115ae222 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 31 Jan 2015 15:24:05 +0900 Subject: [PATCH] Update README --- plugins/python-build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.