Document path to mach-o/loader.h on Apple CommandLineTools

modified:   p_mach_enum.h
This commit is contained in:
John Reiser 2023-08-16 16:44:14 -07:00 committed by Markus F.X.J. Oberhumer
parent bfb5ea50a9
commit c7a2a0faa1

View File

@ -70,6 +70,7 @@
#ifdef WANT_MACH_SEGMENT_ENUM /*{*/
#undef WANT_MACH_SEGMENT_ENUM
// <Apple>/Library/Developer/CommandLineTools/SDKs/MacOS13.1.sdk/usr/include/mach-o/loader.h
enum { // cmd
LC_REQ_DYLD = 0x80000000, // OR'ed ==> must not ignore
LC_SEGMENT = 0x1,