diff options
author | Cory Benfield <lukasaoz@gmail.com> | 2015-10-16 08:14:42 +0100 |
---|---|---|
committer | Cory Benfield <lukasaoz@gmail.com> | 2015-10-18 14:35:31 +0100 |
commit | 09d1b47823b6e2fec118a1d821a72babf5ce9916 (patch) | |
tree | 636e59c46118202c4cb23a0dc403fa8317b9edc2 | |
parent | 301d56b4bd22f613093b2f2d14741882a6b5a354 (diff) | |
download | cryptography-09d1b47823b6e2fec118a1d821a72babf5ce9916.tar.gz cryptography-09d1b47823b6e2fec118a1d821a72babf5ce9916.tar.bz2 cryptography-09d1b47823b6e2fec118a1d821a72babf5ce9916.zip |
Add --no-use-wheel when building static wheels.
-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 5d629e9f..7847969f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -166,7 +166,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 ----------------------------- |