From e8333ebe710b958aa66e4247c85b1dcc2526e017 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 1 Jun 2017 11:26:30 +0200 Subject: [PATCH] switching to 10.7 deployment minimum, adding required frameworks --- build/osx/wxcocoa.xcconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/osx/wxcocoa.xcconfig b/build/osx/wxcocoa.xcconfig index af06119d43..24c0f2d37c 100644 --- a/build/osx/wxcocoa.xcconfig +++ b/build/osx/wxcocoa.xcconfig @@ -3,10 +3,10 @@ WXTOOLKITUPPER = COCOA #include "wx.xcconfig" -MACOSX_DEPLOYMENT_TARGET = 10.5 +MACOSX_DEPLOYMENT_TARGET = 10.7 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