Skip to content

Commit

Permalink
fix: ignore typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 23, 2024
1 parent 8155a3f commit 6ca7e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecsact/cli/commands/build/recipe/cook.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()
));

Expand Down

0 comments on commit 6ca7e09

Please sign in to comment.