mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
Try to fix the relative path once more
This commit is contained in:
parent
af14d197d9
commit
9946d56cc3
2
external/floppybridge/CMakeLists.txt
vendored
2
external/floppybridge/CMakeLists.txt
vendored
@ -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 ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user