diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-19 09:21:43 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-19 09:21:43 -0500 |
commit | ff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54 (patch) | |
tree | 5b8a7b9ffd21ad503f4a8822cf82756b79894690 /docs/installation.rst | |
parent | c6951eec604e68eba1a08c98f2efc6261238774b (diff) | |
parent | 09d1b47823b6e2fec118a1d821a72babf5ce9916 (diff) | |
download | cryptography-ff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54.tar.gz cryptography-ff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54.tar.bz2 cryptography-ff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54.zip |
Merge pull request #2422 from Lukasa/static-build-docs
Add --no-cache-dir when building static wheels.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 7c4b91e9..61f9348e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -168,7 +168,7 @@ dependencies. ./config no-shared no-ssl2 -fPIC --prefix=${CWD}/openssl make && make install cd .. - CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel cryptography + CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-use-wheel cryptography Building cryptography on OS X ----------------------------- |