Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed May 2, 2024
1 parent 75f65b2 commit 0b3bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ inline wxString getDataDir() {
wxString dataDir;

#ifdef __LINUX__
dataDir = _T("/usr/share/wxlame") + dataDirName;
dataDir = _T("/usr/share/${CMAKE_BIN_NAME}") + dataDirName;
if (dir.Exists(dataDir))
return dataDir;
#endif
Expand Down

0 comments on commit 0b3bee2

Please sign in to comment.