Unverified Commit f811ae9e authored by Sergiu Deitsch's avatar Sergiu Deitsch Committed by GitHub

Merge pull request #485 from ffontaine/master

src/symbolize.cc: do not check for HAVE_DLFCN_H for macOS
parents 4d6aff41 3ee89c86
......@@ -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