Merge pull request #4359 from VinDuv/build-fixes

wxWidgets: Fix build on case-sensitive macOS
This commit is contained in:
Anthony 2016-10-21 12:57:47 -07:00 committed by GitHub
commit 500175ae61
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "wx/osx/uma.h"
#if wxOSX_USE_COCOA_OR_CARBON
#include <Appkit/Appkit.h>
#include <AppKit/AppKit.h>
#endif
// FYI a link to help with implementing: http://www.cocoadev.com/index.pl?LittleYellowBox