Commit 962e8be1 by Jürg Billeter

absl/debugging: Fix build on Solaris

parent 9d434709
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \ #if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \
!defined(__native_client__) && !defined(__asmjs__) && \ !defined(__native_client__) && !defined(__asmjs__) && \
!defined(__wasm__) && !defined(__HAIKU__) !defined(__wasm__) && !defined(__HAIKU__) && !defined(__sun)
#define ABSL_HAVE_ELF_MEM_IMAGE 1 #define ABSL_HAVE_ELF_MEM_IMAGE 1
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment