Merge pull request #14208 from cristian64/broadband_adapter_ipc_freebsd

Core/HW: Enable BBA (IPC) in FreeBSD.
This commit is contained in:
Jordan Woyak
2025-12-30 17:59:59 -06:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -786,7 +786,7 @@ endif()
add_subdirectory(Externals/watcher)
if(WIN32 OR LINUX)
if(NOT ANDROID AND NOT APPLE)
add_subdirectory(Externals/cpp-ipc)
endif()