Skip to content

Commit b026d86

Browse files
committed
fix win builds
1 parent 70efe6b commit b026d86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

recipe/bld.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
sed -i.bak "s/typedef int pid_t/typedef int pid2_t/g" %PREFIX%\include\pyconfig.h
2+
13
cd cxx
24

35
mkdir build

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ requirements:
4141
- setuptools # [build_platform != target_platform]
4242
- unzip # [unix]
4343
- m2-unzip # [win]
44+
- m2-sed # [win]
4445
- cython >=0.29.24
4546
host:
4647
- gmp

0 commit comments

Comments
 (0)