Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
dc2697c3
Commit
dc2697c3
authored
1 year ago
by
Aline Gondim Santos
Browse files
Options
Downloads
Patches
Plain Diff
macos: fix plugins installation
GitLab:
#897
Change-Id: I4c95c34601c4361476b0a520c262b93fb1da99c2
parent
71e8756e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugin/pluginsutils.cpp
+2
-2
2 additions, 2 deletions
src/plugin/pluginsutils.cpp
with
2 additions
and
2 deletions
src/plugin/pluginsutils.cpp
+
2
−
2
View file @
dc2697c3
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment