Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions recipe/build-pybind11-global.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
set PYBIND11_GLOBAL_SDIST=1
set PYBIND11_GLOBAL_PREFIX=Library
%PYTHON% -m pip install . -vv --no-build-isolation --no-deps

:: Copy the headers to the global include directory to match how the pip package behaves.
cp -r %PREFIX%/include/pybind11_global/* %PREFIX%/include
if errorlevel 1 exit 1
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source:
- patches/0000_win_fix_paths.patch # [win]

build:
number: 0
number: 1

requirements:
build: # [win]
Expand Down