From e883f27436fbb053603de7decdf21e72b6d97678 Mon Sep 17 00:00:00 2001 From: Adam Bird Date: Fri, 7 Oct 2022 22:03:16 -0400 Subject: [PATCH] reference generated build.c on windows (#1706) --- soh/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index 372e64d80..490e554a5 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -1953,7 +1953,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows") TARGET ${PROJECT_NAME} PRE_BUILD COMMANDS - COMMAND $ copy /b $src\\boot\\build.c +,, + COMMAND $ copy /b $build.c +,, ) endif() ################################################################################