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