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 70efe6b commit b026d86Copy full SHA for b026d86
recipe/bld.bat
@@ -1,3 +1,5 @@
1
+sed -i.bak "s/typedef int pid_t/typedef int pid2_t/g" %PREFIX%\include\pyconfig.h
2
+
3
cd cxx
4
5
mkdir build
recipe/meta.yaml
@@ -41,6 +41,7 @@ requirements:
41
- setuptools # [build_platform != target_platform]
42
- unzip # [unix]
43
- m2-unzip # [win]
44
+ - m2-sed # [win]
45
- cython >=0.29.24
46
host:
47
- gmp
0 commit comments