master
/ miniconda3 / pkgs / pybind11-abi-4-hd3eb1b0_1 / info / recipe / parent / build-pybind11.bat

build-pybind11.bat @a8e0244 raw · history · blame

1
2
3
4
:: There are several required flags, like --no-deps, but conda-build nicely sets them for us
:: https://github.com/conda/conda-build/blob/d75ef9c66dbcc832d8d96f33a2aecfe893266e8c/conda_build/build.py#L2517-L2527
%PYTHON% -m pip install . -vv --no-build-isolation
if errorlevel 1 exit 1