Skip to content

Commit

Permalink
chore: typo thing
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Dec 10, 2024
1 parent c670ae4 commit a33696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp2
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ cl_build_binary_cmd: (info: cpp2b_source_binary_info, bin_outpath: fs::path) ->
cmd_str += " \"(transpiled_src.string())$\"";
cmd_str += " -I\"(cppfront_include_dir.string())$\"";
cmd_str += " /Fe\"(bin_outpath.string())$\"";
cmd_str += " /Fo\"(bin_parent_dir)$\"";
cmd_str += " /Fo\"(bin_parent_dir)$\""; // typos:disable-line
cmd_str += " /Fd\"(bin_parent_dir)$\\\\\"";
return cmd_str;
}
Expand Down

0 comments on commit a33696f

Please sign in to comment.