Skip to content

Commit e34dc8b

Browse files
committed
Add PYBIND11_COMPILER_TYPE emscripten
1 parent 41daaa4 commit e34dc8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: include/pybind11/conduit/pybind11_platform_abi_id.h

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
# define PYBIND11_COMPILER_TYPE "msvc"
2626
# elif defined(__APPLE__)
2727
# define PYBIND11_COMPILER_TYPE "macos"
28+
# elif defined(__EMSCRIPTEN__)
29+
# define PYBIND11_COMPILER_TYPE "emscripten"
2830
# elif defined(__GLIBC__) || defined(_GLIBCXX_USE_CXX11_ABI)
2931
# define PYBIND11_COMPILER_TYPE "glibc"
3032
# else

0 commit comments

Comments
 (0)