mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-04 13:34:24 +08:00
Add PYBIND11_COMPILER_TYPE emscripten
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user