Add PYBIND11_COMPILER_TYPE emscripten

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-12-05 16:13:38 -08:00
parent 41daaa41fa
commit e34dc8b511
No known key found for this signature in database

View File

@ -25,6 +25,8 @@
# define PYBIND11_COMPILER_TYPE "msvc"
# elif defined(__APPLE__)
# define PYBIND11_COMPILER_TYPE "macos"
# elif defined(__EMSCRIPTEN__)
# define PYBIND11_COMPILER_TYPE "emscripten"
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
# define PYBIND11_COMPILER_TYPE "glibc"
# else