We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab6faa commit 1193956Copy full SHA for 1193956
docs/installation.rst
@@ -160,6 +160,18 @@ use ``--no-binary``.
160
161
$ pip install cryptography --no-binary cryptography
162
163
+Cross Compiling
164
+~~~~~~~~~~~~~~~
165
+
166
+If you are cross compiling for a target system that has the same target triple
167
+as the build host you should add these variables in your environment to prevent
168
+cargo from linking host build-scripts against the target libraries.
169
170
+.. code-block:: console
171
172
+ __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly"
173
+ CARGO_UNSTABLE_TARGET_APPLIES_TO_HOST="true"
174
+ CARGO_TARGET_APPLIES_TO_HOST="false"
175
176
Using your own OpenSSL on Linux
177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments