Skip to content

Commit

Permalink
fix: specify binary dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Dec 10, 2024
1 parent 5db67f0 commit c670ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp2
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +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)$\"";

Check warning on line 582 in src/main.cpp2

View workflow job for this annotation

GitHub Actions / Typos Check

"Fo" should be "Of" or "For" or "Do" or "Go" or "To".
cmd_str += " /Fd\"(bin_parent_dir)$\\\\\"";
return cmd_str;
}
Expand Down

0 comments on commit c670ae4

Please sign in to comment.