From 76718382c956c67105a80dd85095399114ab1566 Mon Sep 17 00:00:00 2001 From: monkey-mas Date: Tue, 2 Aug 2016 19:58:02 +0900 Subject: [PATCH] On Mac OS X 10.11, it seems we still experience build failure, so I've added the version ;) --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 04f21b0..051a75f 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -88,7 +88,7 @@ https://github.com/yyuu/pyenv/wiki/Common-build-problems BUILD FAILED ``` -* On Mac OS X 10.9 and 10.10 you may need to set the CFLAGS environment variable when installing a new version in order for configure to find the zlib headers (XCode command line tools must be installed first): +* On Mac OS X 10.9, 10.10 and 10.11 you may need to set the CFLAGS environment variable when installing a new version in order for configure to find the zlib headers (XCode command line tools must be installed first): ```sh CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install -v 2.7.7