Add PYBIND11_COMPILER_TYPE graalvm

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-12-05 16:53:57 -08:00
parent e34dc8b511
commit 75da5fbfd9
No known key found for this signature in database

View File

@ -27,6 +27,8 @@
# define PYBIND11_COMPILER_TYPE "macos"
# elif defined(__EMSCRIPTEN__)
# define PYBIND11_COMPILER_TYPE "emscripten"
# elif defined(GRAALVM_PYTHON)
# define PYBIND11_COMPILER_TYPE "graalvm"
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
# define PYBIND11_COMPILER_TYPE "glibc"
# else