mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +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…
x
Reference in New Issue
Block a user