Skip to content

Commit

Permalink
[ci] Add a freebsd step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 6, 2024
1 parent 5a21d44 commit 2266235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file modified ci/common.deps.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/plugins/score-plugin-protocols/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ if(OSSIA_PROTOCOL_ARTNET)
endif()
endif()

if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
find_path(LINUX_HEADERS_INCLUDE_DIR linux/types.h)
if(LINUX_HEADERS_INCLUDE_DIR AND UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
target_sources(${PROJECT_NAME} PRIVATE ${SIMPLEIO_HDRS} ${SIMPLEIO_SRCS})
target_compile_definitions(${PROJECT_NAME} PRIVATE OSSIA_PROTOCOL_SIMPLEIO)
target_link_libraries(${PROJECT_NAME} PRIVATE simpleio)
Expand Down

0 comments on commit 2266235

Please sign in to comment.