Skip to content

Commit

Permalink
ci: change destination of floppybridge library
Browse files Browse the repository at this point in the history
It should be the top-level source dir, not the floppybridge one
  • Loading branch information
midwan committed Jun 3, 2024
1 parent 9a831c2 commit af14d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/floppybridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
message(STATUS "Linux platform detected")
add_custom_command(TARGET floppybridge POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:floppybridge> ${CMAKE_SOURCE_DIR}/plugins/
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:floppybridge> ${CMAKE_SOURCE_DIR}/../../plugins/
)
endif ()

0 comments on commit af14d19

Please sign in to comment.