We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lib
1 parent 7ae7ad6 commit c22340aCopy full SHA for c22340a
1 file changed
tools/dmake.cpp
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
263
264
// Get files..
265
std::vector<std::string> libfiles;
266
- std::string err = getCppFiles(libfiles, "lib/", false);
+ std::string err = getCppFiles(libfiles, "lib/", true);
267
if (!err.empty()) {
268
std::cerr << err << std::endl;
269
return EXIT_FAILURE;
0 commit comments