We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PYBIND11_COMPILER_TYPE
emscripten
1 parent 41daaa4 commit e34dc8bCopy full SHA for e34dc8b
include/pybind11/conduit/pybind11_platform_abi_id.h
@@ -25,6 +25,8 @@
25
# define PYBIND11_COMPILER_TYPE "msvc"
26
# elif defined(__APPLE__)
27
# define PYBIND11_COMPILER_TYPE "macos"
28
+# elif defined(__EMSCRIPTEN__)
29
+# define PYBIND11_COMPILER_TYPE "emscripten"
30
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
31
# define PYBIND11_COMPILER_TYPE "glibc"
32
# else
0 commit comments