Skip to content

Commit b3e9c3e

Browse files
committed
Add stdlib to build dep
1 parent 87a2b46 commit b3e9c3e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ c_stdlib: # [linux]
88
- sysroot # [linux]
99
c_stdlib_version: # [linux]
1010
- '2.28' # [linux]
11+
c_stdlib: # [win]
12+
- vs # [win]
13+
cxx_compiler: # [win]
14+
- vs2022 # [win]
15+
c_compiler: # [win]
16+
- vs2022 # [win]

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build:
1919
requirements:
2020
build:
2121
- {{ compiler('c') }}
22+
- {{ stdlib('c') }}
2223
host:
2324
- python
2425
- pip >=25.0

0 commit comments

Comments
 (0)