Commit d23adc1c by Copybara-Service

Merge pull request #1455 from juergbi:solaris

PiperOrigin-RevId: 534619764
Change-Id: Ied99569176766f9708d5504eac9c7024cdcfd64b
parents 52747821 962e8be1
......@@ -33,7 +33,7 @@
#if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \
!defined(__native_client__) && !defined(__asmjs__) && \
!defined(__wasm__) && !defined(__HAIKU__)
!defined(__wasm__) && !defined(__HAIKU__) && !defined(__sun)
#define ABSL_HAVE_ELF_MEM_IMAGE 1
#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