Fix MacOS file case in include
<corefoundation/corefoundation.h> should be <CoreFoundation/CoreFoundation.h> Many MacOS FS are case insensitives, but not all, so we must use the correct case. Issue detected by the MacPorts buildbot : https://trac.macports.org/ticket/56490
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__macosx__)
|
||||
#import <corefoundation/corefoundation.h>
|
||||
#import <CoreFoundation/CoreFoundation.h>
|
||||
#import <sys/param.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user