Commit 3ee89c86 authored by Fabrice Fontaine's avatar Fabrice Fontaine

src/symbolize.cc: do not check for HAVE_DLFCN_H for macOS

This seems to raise a build failure, see
https://github.com/google/glog/commit/10498b485fe1007f8e913bf2c39ff39fe01c8dc8#commitcomment-35770392Signed-off-by: 's avatarFabrice Fontaine <fontaine.fabrice@gmail.com>
parent 4d6aff41
......@@ -834,7 +834,7 @@ static ATTRIBUTE_NOINLINE bool SymbolizeAndDemangle(void *pc, char *out,
_END_GOOGLE_NAMESPACE_
#elif defined(OS_MACOSX) && defined(HAVE_DLADDR) && defined(HAVE_DLFCN_H)
#elif defined(OS_MACOSX) && defined(HAVE_DLADDR)
#include <dlfcn.h>
#include <string.h>
......
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