build: Enable BSD support

This commit is contained in:
Nakayama Kenjiro
2024-06-02 07:46:55 +00:00
committed by Gabriel Ferreira
parent e1725c351b
commit 3c4019304a
7 changed files with 22 additions and 6 deletions

View File

@@ -1159,7 +1159,11 @@ macro(process_options)
set(PLATFORM_UNSUPPORTED_POST "features. Continuing without them.")
# Remove from libs_to_build all incompatible libraries or the ones that
# dependencies couldn't be installed
if(APPLE OR WSLv1 OR WIN32)
if(APPLE
OR WSLv1
OR WIN32
OR BSD
)
set(ENABLE_TAP OFF)
set(ENABLE_EMU OFF)
set(ENABLE_FDNETDEV FALSE)