Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
14884010
Commit
14884010
authored
2 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
2f581841
d895866e
No related branches found
Tags
android/release_333
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.py
+2
-3
2 additions, 3 deletions
build.py
client-android
+1
-1
1 addition, 1 deletion
client-android
with
3 additions
and
4 deletions
build.py
+
2
−
3
View file @
14884010
...
@@ -458,10 +458,9 @@ def run_install(args):
...
@@ -458,10 +458,9 @@ def run_install(args):
environ
[
'
CMAKE_PREFIX_PATH
'
]
=
proc
.
stdout
.
rstrip
(
"
\n
"
)
environ
[
'
CMAKE_PREFIX_PATH
'
]
=
proc
.
stdout
.
rstrip
(
"
\n
"
)
environ
[
'
CONFIGURE_FLAGS
'
]
=
'
--without-dbus
'
environ
[
'
CONFIGURE_FLAGS
'
]
=
'
--without-dbus
'
if
args
.
macos
is
None
:
if
args
.
qt
is
not
None
:
install_args
+=
(
"
-c
"
,
"
client-qt
"
)
install_args
+=
(
"
-c
"
,
"
client-qt
"
)
if
args
.
qt
is
not
None
:
install_args
+=
(
"
-Q
"
,
args
.
qt
)
install_args
+=
(
"
-Q
"
,
args
.
qt
)
else
:
else
:
install_args
+=
(
"
-c
"
,
"
client-macosx
"
)
install_args
+=
(
"
-c
"
,
"
client-macosx
"
)
else
:
else
:
...
...
This diff is collapsed.
Click to expand it.
client-android
@
e5ecd207
Subproject commit
6a3fb909d4ace528c94530b5ec9508e37224e54c
Subproject commit
e5ecd207a71f0d14ed9573e0643e28afba80fbe3
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