master
/ miniconda3 / pkgs / pyzmq-25.1.0-py310h6a678d5_0 / info / recipe / bld.bat

bld.bat @a663dc1 raw · history · blame

1
2
3
4
5
6
set DISTUTILS_USE_SDK=1

set ZMQ_PREFIX=%LIBRARY_PREFIX%

"%PYTHON%" -m pip install --no-deps --no-build-isolation .
if errorlevel 1 exit 1