Skip to content

Commit

Permalink
fix a duplicating symbol problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiqurm committed Oct 28, 2024
1 parent 761fb3c commit 0bbce71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bmf/sdk/cpp_sdk/src/module_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ void ModuleManager::init() {
roots.push_back(lib_path.parent_path().string());
roots.push_back(fs::current_path().string());
#endif
roots.push_back("/");

auto fn = std::string("BUILTIN_CONFIG.json");
for (auto &p : roots) {
Expand Down

0 comments on commit 0bbce71

Please sign in to comment.