cmake: mac: Remove cef_sandbox.a linking (see #3928)

This commit is contained in:
Marshall Greenblatt
2025-05-16 15:23:13 -04:00
parent cfaa10a746
commit 880e82f45f
4 changed files with 0 additions and 35 deletions

View File

@ -361,14 +361,6 @@ if(OS_MAC)
list(APPEND CEF_COMPILER_DEFINES
CEF_USE_SANDBOX # Used by apps to test if the sandbox is enabled
)
list(APPEND CEF_STANDARD_LIBS
-lsandbox
)
# CEF sandbox library paths.
set(CEF_SANDBOX_LIB_DEBUG "${CEF_BINARY_DIR_DEBUG}/cef_sandbox.a")
set(CEF_SANDBOX_LIB_RELEASE "${CEF_BINARY_DIR_RELEASE}/cef_sandbox.a")
endif()
# CEF Helper app suffixes.