Skip to content

Commit 75da5fb

Browse files
committed
Add PYBIND11_COMPILER_TYPE graalvm
1 parent e34dc8b commit 75da5fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/pybind11/conduit/pybind11_platform_abi_id.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
# define PYBIND11_COMPILER_TYPE "macos"
2828
# elif defined(__EMSCRIPTEN__)
2929
# define PYBIND11_COMPILER_TYPE "emscripten"
30+
# elif defined(GRAALVM_PYTHON)
31+
# define PYBIND11_COMPILER_TYPE "graalvm"
3032
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
3133
# define PYBIND11_COMPILER_TYPE "glibc"
3234
# else

0 commit comments

Comments
 (0)