1 --- a/src/sdk/configmanager.cpp Sat Mar 28 12:36:00 2020
2 +++ b/src/sdk/configmanager.cpp Thu Nov 17 05:36:35 2022
4 if (!wxDirExists(ConfigManager::plugin_path_global) && wxIsPlatform64Bit())
6 // if standard-path does not exist and we are on 64-bit system, use lib64 instead
7 - ConfigManager::plugin_path_global = ((const wxStandardPaths&)wxStandardPaths::Get()).GetInstallPrefix() + _T("/lib64/codeblocks/plugins");
8 + ConfigManager::plugin_path_global = ((const wxStandardPaths&)wxStandardPaths::Get()).GetInstallPrefix() + _T("/lib/amd64/codeblocks/plugins");