build: set ENABLE_FDNETDEV to FALSE on unsupported platforms

This commit is contained in:
Gabriel Ferreira
2023-11-22 18:10:36 -03:00
parent 277631f95e
commit 643255e749

View File

@@ -1139,6 +1139,7 @@ macro(process_options)
if(APPLE OR WSLv1 OR WIN32)
set(ENABLE_TAP OFF)
set(ENABLE_EMU OFF)
set(ENABLE_FDNETDEV FALSE)
list(REMOVE_ITEM libs_to_build fd-net-device)
message(
STATUS