cefclient: osr: Fix compile errors with binary distribution (see #2575)

This commit is contained in:
Marshall Greenblatt
2024-04-27 12:34:46 -04:00
parent be6642df3f
commit c0e7854782
2 changed files with 4 additions and 3 deletions

View File

@@ -304,8 +304,9 @@ if(OS_MAC)
# Standard libraries.
set(CEF_STANDARD_LIBS
-lpthread
"-framework Cocoa"
"-framework AppKit"
"-framework Cocoa"
"-framework IOSurface"
)
# Find the newest available base SDK.