mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-18 08:55:57 +00:00
Add PYBIND11_COMPILER_TYPE
graalvm
This commit is contained in:
parent
e34dc8b511
commit
75da5fbfd9
@ -27,6 +27,8 @@
|
|||||||
# define PYBIND11_COMPILER_TYPE "macos"
|
# define PYBIND11_COMPILER_TYPE "macos"
|
||||||
# elif defined(__EMSCRIPTEN__)
|
# elif defined(__EMSCRIPTEN__)
|
||||||
# define PYBIND11_COMPILER_TYPE "emscripten"
|
# define PYBIND11_COMPILER_TYPE "emscripten"
|
||||||
|
# elif defined(GRAALVM_PYTHON)
|
||||||
|
# define PYBIND11_COMPILER_TYPE "graalvm"
|
||||||
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
|
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
|
||||||
# define PYBIND11_COMPILER_TYPE "glibc"
|
# define PYBIND11_COMPILER_TYPE "glibc"
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user