Skip to content

Commit 9eedc3a

Browse files
committed
Add stdlib('c') to numpy
Signed-off-by: Michał Górny <[email protected]>
1 parent 8147f2b commit 9eedc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/how-to/advanced/cross-compilation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ A simple Python extension using Cython and NumPy's C API would look like so:
205205
requirements:
206206
build:
207207
- {{ compiler("c") }}
208+
- {{ stdlib("c") }}
208209
- cross-python_{{ target_platform }} # [build_platform != target_platform]
209210
- python # [build_platform != target_platform]
210211
- cython # [build_platform != target_platform]

0 commit comments

Comments
 (0)