Move config_xcode.h include to setup.h

In order to allow inclusion of configure determined flags via a wx/setup.h include also for xcode builds, the include has to move into the setup0.h template
This commit is contained in:
Stefan Csomor 2017-06-22 22:23:28 +02:00
parent bfb893170e
commit e15d417a76
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,11 @@
#ifndef _WX_SETUP_H_
#define _WX_SETUP_H_
#ifdef __WXMAC_XCODE__
// while configure based builds have the flags prepended, we must do this here
// for xcode based builds
#include "wx/osx/config_xcode.h"
#endif
/* --- start common options --- */
// ----------------------------------------------------------------------------

View File

@ -55,7 +55,6 @@
# define NSAppKitVersionNumber10_11 1404
# endif
# endif
# include "wx/osx/config_xcode.h"
# ifndef __WXOSX__
# define __WXOSX__ 1
# endif