Skip to content
Snippets Groups Projects
Commit 14884010 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 2f581841 d895866e
No related branches found
Tags android/release_333
No related merge requests found
...@@ -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:
......
client-android @ e5ecd207
Subproject commit 6a3fb909d4ace528c94530b5ec9508e37224e54c Subproject commit e5ecd207a71f0d14ed9573e0643e28afba80fbe3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment