Skip to content

Commit

Permalink
Add PYBIND11_COMPILER_TYPE emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Dec 6, 2024
1 parent 41daaa4 commit e34dc8b
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 @@ -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
Expand Down

0 comments on commit e34dc8b

Please sign in to comment.