Fix Xcode-based builds using wxSecretStore

Add the Security framework which is required for linking.
This commit is contained in:
Dimitri Schoolwerth 2017-06-07 23:38:54 +04:00
parent 61e195e6bd
commit 249b76baef

View File

@ -9,4 +9,4 @@ GCC_VERSION =
ARCHS = i386 x86_64 ARCHS = i386 x86_64
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework QTKit OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework AVFoundation -framework CoreMedia -framework QTKit -framework Security