From 6ca7e098d102901b0568a1ac57ac4fd2df63dec0 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 23 Sep 2024 12:16:07 -0700 Subject: [PATCH] fix: ignore typo --- ecsact/cli/commands/build/recipe/cook.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecsact/cli/commands/build/recipe/cook.cc b/ecsact/cli/commands/build/recipe/cook.cc index b9a7cfc..da79222 100644 --- a/ecsact/cli/commands/build/recipe/cook.cc +++ b/ecsact/cli/commands/build/recipe/cook.cc @@ -739,7 +739,7 @@ auto cl_compile(compile_options options) -> int { } src_cl_args.push_back(std::format( - "/Fo{}\\", + "/Fo{}\\", // typos:disable-line long_path_workaround(intermediate_dir).string() ));