Fix Xcode-based builds using wxSecretStore
Add the Security framework which is required for linking.
This commit is contained in:
parent
61e195e6bd
commit
249b76baef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user