Browse Source

Add `PYBIND11_COMPILER_TYPE` `emscripten`

pull/5439/head
Ralf W. Grosse-Kunstleve 7 months ago
parent
commit
e34dc8b511
No known key found for this signature in database
  1. 2
      include/pybind11/conduit/pybind11_platform_abi_id.h

2
include/pybind11/conduit/pybind11_platform_abi_id.h

@ -25,6 +25,8 @@ @@ -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

Loading…
Cancel
Save