1
0
Fork 0

Don't link IOSurface and Metal in OS X version.

This commit is contained in:
John Preston 2020-05-04 16:49:04 +04:00
parent 834a8a00e4
commit 763af89594

View file

@ -50,8 +50,6 @@ INTERFACE
CoreText CoreText
CoreGraphics CoreGraphics
CoreMedia CoreMedia
IOSurface
Metal
OpenGL OpenGL
AudioUnit AudioUnit
ApplicationServices ApplicationServices
@ -70,3 +68,11 @@ INTERFACE
CoreWLAN CoreWLAN
IOKit IOKit
) )
if (NOT build_osx)
target_link_frameworks(common_options
INTERFACE
IOSurface
Metal
)
endif()