config-osx.h 173 B

1234567
  1. #pragma once
  2. #include "config-linux.h"
  3. /* Set the defines to use dyld instead of ld on macOS */
  4. #undef HAVE_DL_ITERATE_PHDR
  5. #undef HAVE_LINK_H
  6. #define HAVE_MACH_O_DYLD_H 1