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

build: fix client-qt for macos

Change-Id: I3a87ac3c2c506dd8d73fa76392e4587ec823a7ea
parent 603e6149
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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