Skip to content
Snippets Groups Projects
Commit dc2697c3 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

macos: fix plugins installation

GitLab: #897
Change-Id: I4c95c34601c4361476b0a520c262b93fb1da99c2
parent 71e8756e
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ namespace PluginUtils {
// DATA_REGEX is used to during the plugin jpl uncompressing
const std::regex DATA_REGEX("^data" DIR_SEPARATOR_STR_ESC ".+");
// SO_REGEX is used to find libraries during the plugin jpl uncompressing
const std::regex SO_REGEX("([a-zA-Z0-9]+(?:[_-]?[a-zA-Z0-9]+)*)" DIR_SEPARATOR_STR_ESC
"([a-zA-Z0-9_-]+\\.(dylib|so|dll|lib).*)");
// lib/ABI/libplugin.SO
const std::regex SO_REGEX(DIR_SEPARATOR_STR_ESC "(.*)" DIR_SEPARATOR_STR_ESC "([a-zA-Z0-9]+.(dylib|so|dll|lib).*)");
std::filesystem::path
manifestPath(const std::filesystem::path& rootPath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment