-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd91d78
commit 26b09dc
Showing
3 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- a/lib/library.cpp | ||
+++ b/lib/library.cpp | ||
@@ -108,7 +108,7 @@ | ||
#endif | ||
if (exename) { | ||
const std::string exepath(Path::fromNativeSeparators(Path::getPathFromFilename(Path::getCurrentExecutablePath(exename)))); | ||
- cfgfolders.push_back(exepath + "cfg"); | ||
+ cfgfolders.push_back(exepath + "../share/cppcheck/cfg"); | ||
cfgfolders.push_back(exepath + "../cfg"); | ||
cfgfolders.push_back(exepath); | ||
} | ||
@@ -217,7 +217,7 @@ | ||
#endif | ||
if (exename) { | ||
const std::string exepath(Path::fromNativeSeparators(Path::getPathFromFilename(Path::getCurrentExecutablePath(exename)))); | ||
- cfgfolders.push_back(exepath + "cfg"); | ||
+ cfgfolders.push_back(exepath + "../share/cppcheck/cfg"); | ||
cfgfolders.push_back(exepath); | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters