mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-30 11:35:39 +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.
|
# Write binaries to a seperate directory.
|
||||||
if(WIN32)
|
if(WIN32 AND NOT BUILD_LIBRETRO_CORE)
|
||||||
# For Windows, use the source directory.
|
# For Windows, use the source directory, except for libretro.
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin/${CPU_ARCH}")
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin/${CPU_ARCH}")
|
||||||
else()
|
else()
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin")
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin")
|
||||||
|
|
Loading…
Reference in a new issue