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

build-pybind11-global.bat @a8e0244

41a0142
 
 
 
 
 
1
2
3
4
5
6
:: 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
set PYBIND11_GLOBAL_SDIST=1
set PYBIND11_GLOBAL_PREFIX=Library
%PYTHON% -m pip install . -vv --no-build-isolation
if errorlevel 1 exit 1