mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 17:45:42 -04: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…
x
Reference in New Issue
Block a user