mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +00:00
build: Drop Windows DLL in binary directory for libretro
This commit is contained in:
parent
a451e7f177
commit
24f10eca61
|
@ -161,8 +161,8 @@ endif()
|
|||
|
||||
|
||||
# Write binaries to a seperate directory.
|
||||
if(WIN32)
|
||||
# For Windows, use the source directory.
|
||||
if(WIN32 AND NOT BUILD_LIBRETRO_CORE)
|
||||
# For Windows, use the source directory, except for libretro.
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin/${CPU_ARCH}")
|
||||
else()
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin")
|
||||
|
|
Loading…
Reference in a new issue