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,9 +458,8 @@ def run_install(args): ...@@ -458,9 +458,8 @@ 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:
install_args += ("-c", "client-qt")
if args.qt is not None: if args.qt is not None:
install_args += ("-c", "client-qt")
install_args += ("-Q", args.qt) install_args += ("-Q", args.qt)
else: else:
install_args += ("-c", "client-macosx") install_args += ("-c", "client-macosx")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment