bugfix for linux/host
This commit is contained in:
parent
3429918f5e
commit
435c6e6410
@ -10,6 +10,10 @@ elseif(${OS_FSFW} STREQUAL "host")
|
||||
if (WIN32)
|
||||
add_subdirectory(windows)
|
||||
elseif(UNIX)
|
||||
# We still need to pull in some Linux specific sources
|
||||
target_sources(${LIB_FSFW_NAME} PUBLIC
|
||||
linux/tcpipHelpers.cpp
|
||||
)
|
||||
endif ()
|
||||
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user