summaryrefslogtreecommitdiff
path: root/src/exception.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-01-07 21:08:01 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-01-07 21:08:01 +0000
commitf857581820d15e410e9945d2fcd5f7163be25a96 (patch)
tree41f38760e19d47a9e21d0f64ece2bddaaab8aaf7 /src/exception.cpp
parenta5b2dbc259e289ea23fe9aebb34eba2c1dc7fefb (diff)
Notes
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp2
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;