Skip to content

Commit c22340a

Browse files
committed
dmake.cpp: recursively scan lib folder
1 parent 7ae7ad6 commit c22340a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dmake.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
263263

264264
// Get files..
265265
std::vector<std::string> libfiles;
266-
std::string err = getCppFiles(libfiles, "lib/", false);
266+
std::string err = getCppFiles(libfiles, "lib/", true);
267267
if (!err.empty()) {
268268
std::cerr << err << std::endl;
269269
return EXIT_FAILURE;

0 commit comments

Comments
 (0)