diff --git a/src/coreinfo.cpp b/src/coreinfo.cpp index 1246bf985..5ea954a42 100644 --- a/src/coreinfo.cpp +++ b/src/coreinfo.cpp @@ -108,7 +108,7 @@ bool loadCoreInfo(const string& jsonData) { for (auto ext = core->at("ext").cbegin(); ext != core->at("ext").cend(); ++ext) { s_extensionToCore[*ext] = core.key(); } - s_coreToLib[core.key()] = core->at("lib"); + s_coreToLib[core.key()] = core->at("lib").get(); } return true; }