mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
4612db54ac
On some linuxes, /usr/include belongs to GCC and the standard libraries that work with clang are in /usr/lib/clang/8.0.0 or some variation thereof. This results in errors such as: ``` /../lib64/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../include/c++/8.3.0/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found ``` during extraction. |
||
---|---|---|
.. | ||
clang@6a00cbc4a9 | ||
check-style.sh | ||
FindCatch.cmake | ||
FindEigen3.cmake | ||
FindPythonLibsNew.cmake | ||
libsize.py | ||
mkdoc.py | ||
pybind11Config.cmake.in | ||
pybind11Tools.cmake |