Unverified Commit 0f83e53c authored by Sergiu Deitsch's avatar Sergiu Deitsch Committed by GitHub

Merge pull request #443 from ammubhave/fix_musl_build

Fix symbolize_unittest for musl builds
parents e558d50b 834dd780
...@@ -401,7 +401,7 @@ int main(int argc, char **argv) { ...@@ -401,7 +401,7 @@ int main(int argc, char **argv) {
FLAGS_logtostderr = true; FLAGS_logtostderr = true;
InitGoogleLogging(argv[0]); InitGoogleLogging(argv[0]);
InitGoogleTest(&argc, argv); InitGoogleTest(&argc, argv);
#if defined(HAVE_SYMBOLIZE) #if defined(HAVE_SYMBOLIZE) && defined(HAVE_STACKTRACE)
# if defined(__ELF__) # if defined(__ELF__)
// We don't want to get affected by the callback interface, that may be // We don't want to get affected by the callback interface, that may be
// used to install some callback function at InitGoogle() time. // used to install some callback function at InitGoogle() time.
......
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