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 5291957 commit e97dab5Copy full SHA for e97dab5
recipe/build-pybind11-global.bat
@@ -3,4 +3,7 @@
3
set PYBIND11_GLOBAL_SDIST=1
4
set PYBIND11_GLOBAL_PREFIX=Library
5
%PYTHON% -m pip install . -vv --no-build-isolation --no-deps
6
+
7
+:: Copy the headers to the global include directory to match how the pip package behaves.
8
+robocopy %PREFIX%/include/pybind11_global/ %PREFIX%/include /E /Z /R:3 /W:5
9
if errorlevel 1 exit 1
recipe/meta.yaml
@@ -21,7 +21,7 @@ source:
21
- patches/0000_win_fix_paths.patch # [win]
22
23
build:
24
- number: 0
+ number: 1
25
26
requirements:
27
build: # [win]
0 commit comments