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
d895866e
Commit
d895866e
authored
2 years ago
by
Aline Gondim Santos
Browse files
Options
Downloads
Patches
Plain Diff
build: fix client-qt for macos
Change-Id: I3a87ac3c2c506dd8d73fa76392e4587ec823a7ea
parent
603e6149
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
build.py
+2
-3
2 additions, 3 deletions
build.py
with
2 additions
and
3 deletions
build.py
+
2
−
3
View file @
d895866e
...
...
@@ -458,10 +458,9 @@ def run_install(args):
environ
[
'
CMAKE_PREFIX_PATH
'
]
=
proc
.
stdout
.
rstrip
(
"
\n
"
)
environ
[
'
CONFIGURE_FLAGS
'
]
=
'
--without-dbus
'
if
args
.
macos
is
None
:
if
args
.
qt
is
not
None
:
install_args
+=
(
"
-c
"
,
"
client-qt
"
)
if
args
.
qt
is
not
None
:
install_args
+=
(
"
-Q
"
,
args
.
qt
)
install_args
+=
(
"
-Q
"
,
args
.
qt
)
else
:
install_args
+=
(
"
-c
"
,
"
client-macosx
"
)
else
:
...
...
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