diff options
Diffstat (limited to 'src/exception.cpp')
| -rw-r--r-- | src/exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.cpp b/src/exception.cpp index 3ce6f2e11188..b5c46c0805ec 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -16,7 +16,7 @@ #define __has_include(inc) 0 #endif -#ifdef __APPLE__ +#if defined(__APPLE__) && !defined(LIBCXXRT) #include <cxxabi.h> using namespace __cxxabiv1; |
