From a00bd0a239e36b07d060b8b95e51ac62ae06c000 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 27 Feb 2023 06:15:51 +0800 Subject: [PATCH] improve the custom build script slightly this will make it more robust to some upcoming pip changes --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index c3d867d666f8..385b904444c2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -227,7 +227,7 @@ dependencies. ./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=${CWD}/openssl make && make install cd .. - CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-binary :all: cryptography + CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-cache-dir --no-binary cryptography cryptography Building cryptography on macOS ------------------------------