Skip to content

Commit

Permalink
Add PYBIND11_COMPILER_TYPE graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Dec 6, 2024
1 parent e34dc8b commit 75da5fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pybind11/conduit/pybind11_platform_abi_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75da5fb

Please sign in to comment.