We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8147f2b commit 9eedc3aCopy full SHA for 9eedc3a
docs/how-to/advanced/cross-compilation.md
@@ -205,6 +205,7 @@ A simple Python extension using Cython and NumPy's C API would look like so:
205
requirements:
206
build:
207
- {{ compiler("c") }}
208
+ - {{ stdlib("c") }}
209
- cross-python_{{ target_platform }} # [build_platform != target_platform]
210
- python # [build_platform != target_platform]
211
- cython # [build_platform != target_platform]
0 commit comments