blob: eec3776743bbdaae9802d8730f5419008e7d91c0 [file] [log] [blame]
--- a/lib/library.cpp 2020-10-03 11:05:53.000000000 +0200
+++ b/lib/library.cpp 2020-10-17 17:58:26.618718600 +0200
@@ -101,7 +101,7 @@
#endif
if (exename) {
const std::string exepath(Path::fromNativeSeparators(Path::getPathFromFilename(exename)));
- cfgfolders.push_back(exepath + "cfg");
+ cfgfolders.push_back(exepath + "../share/cppcheck/cfg");
cfgfolders.push_back(exepath);
}