switching to 10.7 deployment minimum, adding required frameworks
This commit is contained in:
parent
c93b35931c
commit
e8333ebe71
@ -3,10 +3,10 @@ WXTOOLKITUPPER = COCOA
|
|||||||
|
|
||||||
#include "wx.xcconfig"
|
#include "wx.xcconfig"
|
||||||
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.5
|
MACOSX_DEPLOYMENT_TARGET = 10.7
|
||||||
|
|
||||||
GCC_VERSION =
|
GCC_VERSION =
|
||||||
|
|
||||||
ARCHS = ppc i386 x86_64
|
ARCHS = i386 x86_64
|
||||||
|
|
||||||
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QTKit
|
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework QTKit
|
||||||
|
Loading…
Reference in New Issue
Block a user