Skip to content

Commit

Permalink
Update dmake.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Jan 8, 2025
1 parent 97795f2 commit fd418f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dmake/dmake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ int main(int argc, char **argv)
}

// TODO: add files without source via parsing
std::vector<std::string> libfiles_h;
std::set<std::string> libfiles_h;
for (const std::string &libfile : libfiles) {
std::string fname(libfile.substr(4));
fname.erase(fname.find(".cpp"));
Expand Down

0 comments on commit fd418f5

Please sign in to comment.