mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Use mach-o/dyld.h on osx.
This commit is contained in:
parent
fd363d7d85
commit
71bf352af2
@ -14,7 +14,9 @@
|
||||
#define HAVE_ATOMIC_FUNCTIONS 1
|
||||
#define HAVE_DECL_STRNLEN 1
|
||||
|
||||
#ifdef BSD
|
||||
#ifdef __APPLE__
|
||||
# define HAVE_MACH_O_DYLD_H 1
|
||||
#elif defined BSD
|
||||
# define HAVE_KERN_PROC 1
|
||||
# define HAVE_KERN_PROC_ARGS 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user