Skip to content

Commit 40bcc44

Browse files
committed
Change windows calls.
1 parent 01de2c1 commit 40bcc44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/build-pybind11-global.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:: https://github.com/conda/conda-build/blob/d75ef9c66dbcc832d8d96f33a2aecfe893266e8c/conda_build/build.py#L2517-L2527
33
set PYBIND11_GLOBAL_SDIST=1
44
set PYBIND11_GLOBAL_PREFIX=Library
5-
del build 2>null
5+
rmdir /S /Q build
66

77
cmake -G "Visual Studio 16 2019" -S . -B ./build -DBUILD_TESTING=OFF -DPYBIND11_NOPYTHON=ON^
88
-DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^

recipe/build-pybind11.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
del build 2>null
1+
rmdir /S /Q build
22

33
cmake -G "Visual Studio 16 2019" -S . -B ./build -DBUILD_TESTING=OFF -DPYBIND11_NOPYTHON=ON^
44
-DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^

0 commit comments

Comments
 (0)