From 17ce95f048c6e08ce811893b1c0765fef1479cae Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Sun, 1 Mar 2026 19:35:42 +0100 Subject: [PATCH] windows build fix --- implementations/Crafter.Build-Command.cpp | 1 - implementations/Crafter.Build-Project.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/implementations/Crafter.Build-Command.cpp b/implementations/Crafter.Build-Command.cpp index 2543d64..bd41330 100644 --- a/implementations/Crafter.Build-Command.cpp +++ b/implementations/Crafter.Build-Command.cpp @@ -109,7 +109,6 @@ namespace Crafter { throw std::runtime_error("Failed to get executable path"); } path[length] = '\0'; - std::cout << path << std::endl; return fs::path(path).parent_path().parent_path(); } diff --git a/implementations/Crafter.Build-Project.cpp b/implementations/Crafter.Build-Project.cpp index ee57e14..13ca7e3 100644 --- a/implementations/Crafter.Build-Project.cpp +++ b/implementations/Crafter.Build-Project.cpp @@ -241,7 +241,6 @@ namespace Crafter { fs::path exeDir = GetPath(); BuildStdPcm(*this, config); - std::cout << "after std" << std::endl; std::string editedTarget = config.target; std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');