From 0b831dd2ba26e8d13b166efe914e9234ee5d04e1 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 23 Jun 2018 03:17:32 -0400 Subject: Revert "Use Ninja for MSVC AppVeyor builds" (#584) --- CMakeModules/CopyYuzuUnicornDeps.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeModules/CopyYuzuUnicornDeps.cmake') diff --git a/CMakeModules/CopyYuzuUnicornDeps.cmake b/CMakeModules/CopyYuzuUnicornDeps.cmake index c32f717c8..7af0ef023 100644 --- a/CMakeModules/CopyYuzuUnicornDeps.cmake +++ b/CMakeModules/CopyYuzuUnicornDeps.cmake @@ -1,6 +1,6 @@ function(copy_yuzu_unicorn_deps target_dir) include(WindowsCopyFiles) - set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/") + set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$/") windows_copy_files(${target_dir} ${UNICORN_DLL_DIR} ${DLL_DEST} libgcc_s_seh-1.dll libwinpthread-1.dll -- cgit v1.2.3