File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 commands :
3333 - test -f ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake # [unix]
3434 - if exist %LIBRARY_PREFIX%\share\cmake\pybind11\pybind11Config.cmake (exit 0) else (exit 1) # [win]
35- - test $(python -c "import pybind11 as py; print(py.get_include())") == " ${PREFIX}/include" # [unix]
36- - test $(python -c "import pybind11 as py; print(py.get_include())") == "%LIBRARY_PREFIX%\include" # [win]
35+ - test -f ${PREFIX}/include/pybind11/pybind11.h # [unix]
36+ - if exist %LIBRARY_INC%\ pybind11\pybind11.h (exit 0) else (exit 1) # [win]
3737 - test -f $(python -c "import pybind11 as py; print(py.get_include())")/pybind11/pybind11.h # [unix]
3838 - if exist $(python -c "import pybind11 as py; print(py.get_include())")\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
3939
You can’t perform that action at this time.
0 commit comments