initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
20
libs/wxWidgets-3.3.1/build/osx/wxcocoa.xcconfig
Normal file
20
libs/wxWidgets-3.3.1/build/osx/wxcocoa.xcconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
WXTOOLKIT = cocoa
|
||||
WXTOOLKITUPPER = COCOA
|
||||
|
||||
#include "wx.xcconfig"
|
||||
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10
|
||||
MACOSX_DEPLOYMENT_TARGET[arch=arm64] = 11.0
|
||||
|
||||
GCC_VERSION =
|
||||
|
||||
// Set ARCHS explicitly for when Xcode stops targeting x86_64 by default.
|
||||
// Unknown targets are ignored by Xcode (arm64 requires Xcode 12 or later).
|
||||
ARCHS = x86_64 arm64
|
||||
|
||||
// Using i386 as a target results in a deprecation error since Xcode 10 (first
|
||||
// a warning in 9). If Xcode 9 or earlier is used and the i386 target is also
|
||||
// needed, one solution is to enable the following line locally.
|
||||
//ARCHS = i386 x86_64
|
||||
|
||||
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework Security -framework QuartzCore -weak_framework AVKit
|
||||
Reference in New Issue
Block a user