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 01de2c1 commit 40bcc44Copy full SHA for 40bcc44
recipe/build-pybind11-global.bat
@@ -2,7 +2,7 @@
2
:: https://github.com/conda/conda-build/blob/d75ef9c66dbcc832d8d96f33a2aecfe893266e8c/conda_build/build.py#L2517-L2527
3
set PYBIND11_GLOBAL_SDIST=1
4
set PYBIND11_GLOBAL_PREFIX=Library
5
-del build 2>null
+rmdir /S /Q build
6
7
cmake -G "Visual Studio 16 2019" -S . -B ./build -DBUILD_TESTING=OFF -DPYBIND11_NOPYTHON=ON^
8
-DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^
recipe/build-pybind11.bat
@@ -1,4 +1,4 @@
1
0 commit comments