build: Drop Linux libretro core in current directory too

pull/591/head
Connor McLaughlin 5 years ago
parent 70184c13c7
commit c242d4707f

@ -28,4 +28,5 @@ set_target_properties(duckstation_libretro PROPERTIES PREFIX "")
# drop in the build directory
set_target_properties(duckstation_libretro PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
set_target_properties(duckstation_libretro PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")

Loading…
Cancel
Save