Skip to content

Commit

Permalink
fixed minor comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwshugg committed Oct 16, 2024
1 parent 14a64ac commit 2615fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ impl FuzzProject {
// the DLL to compile with an external reference to `main`.
// DLLs/shared libraries are designed to be built as a separate
// object file, intentionally left *without* knowledge of the entry
// point. So, by forcing a DLL to include `main` will cause linking
// to fail. Using `--no-include-main-msvc` will allow the DLL to be
// point. So, forcing a DLL to include `main` will cause linking to
// fail. Using `--no-include-main-msvc` will allow the DLL to be
// built without issue.
rustflags.push_str(" -Clink-arg=/include:main");
}
Expand Down

0 comments on commit 2615fed

Please sign in to comment.