mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
ci: only use "rt" for Linux, not macOS
This commit is contained in:
parent
b64a623161
commit
397ca3df12
@ -448,9 +448,12 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
z
|
||||
pthread
|
||||
dl
|
||||
rt
|
||||
)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE rt)
|
||||
endif ()
|
||||
|
||||
# Add dependencies to ensure external libraries are built
|
||||
add_dependencies(${PROJECT_NAME} mt32emu floppybridge capsimage guisan)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user