From e8edd610f50b4bacee4d843d95a74b156b1e6f24 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 2 Mar 2026 22:15:22 +0100 Subject: [PATCH] windows build fix --- implementations/Crafter.Build-Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/Crafter.Build-Project.cpp b/implementations/Crafter.Build-Project.cpp index 3e8c84c..43ded3a 100644 --- a/implementations/Crafter.Build-Project.cpp +++ b/implementations/Crafter.Build-Project.cpp @@ -292,7 +292,7 @@ namespace Crafter { } #if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32) - command += "-D _CRT_SECURE_NO_WARNINGS"; + command += " -D _CRT_SECURE_NO_WARNINGS"; #endif command += std::format(" -fprebuilt-module-path={}", pcmDir.string());