mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 23:14:57 +08:00
misc: fix test suite and tooling on Windows
- simplifies and fixes the python build script for Windows - applies pep8 to the script also Gitlab: #899 Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
This commit is contained in:
2
build.py
2
build.py
@@ -347,7 +347,7 @@ def run_install(args):
|
||||
['python winmake.py -iv '
|
||||
f'-s {args.sdk} -b daemon'])
|
||||
build_windows = 'extras/scripts/build-windows.py'
|
||||
execute_script([f'python {build_windows} init'])
|
||||
execute_script([f'python {build_windows} --init'])
|
||||
execute_script([f'python {build_windows}'])
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user