Skip to content

Commit

Permalink
ci: avoid relative paths for placing floppybridge library
Browse files Browse the repository at this point in the history
Apparently, this won't work everywhere - flatpak failed with the relative paths
  • Loading branch information
midwan committed Jun 3, 2024
1 parent 7d4403b commit 9a831c2
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> ../../../plugins/
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:floppybridge> ${CMAKE_SOURCE_DIR}/plugins/
)
endif ()

0 comments on commit 9a831c2

Please sign in to comment.