aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/backtrace/config-osx.h
blob: ab7295ea4c8c8660c22a4309503e73de916cf578 (plain) (blame)
1
2
3
4
5
6
7
#pragma once
#include "config-linux.h"

/* Set the defines to use dyld instead of ld on macOS */
#undef HAVE_DL_ITERATE_PHDR
#undef HAVE_LINK_H
#define HAVE_MACH_O_DYLD_H 1