Skip to content

Commit

Permalink
build: Drop Windows DLL in binary directory for libretro
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jul 7, 2020
1 parent a451e7f commit 24f10ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 24f10ec

Please sign in to comment.