Fix wxOSX build on case-sensitive filesystem
Use the correct case for AppKit.h to fix the problem with not finding the file when using a case-sensitive filesystem for the build. Closes https://github.com/wxWidgets/wxWidgets/pull/284
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#include "wx/osx/uma.h"
|
#include "wx/osx/uma.h"
|
||||||
|
|
||||||
#if wxOSX_USE_COCOA_OR_CARBON
|
#if wxOSX_USE_COCOA_OR_CARBON
|
||||||
#include <Appkit/Appkit.h>
|
#include <AppKit/AppKit.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FYI a link to help with implementing: http://www.cocoadev.com/index.pl?LittleYellowBox
|
// FYI a link to help with implementing: http://www.cocoadev.com/index.pl?LittleYellowBox
|
||||||
|
Reference in New Issue
Block a user