mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix indentation in prepare.py.
This commit is contained in:
parent
9b46bc5c20
commit
4173ec845e
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class DesktopPreparator(prepare.Preparator):
|
|||
def check_environment(self):
|
||||
ret = prepare.Preparator.check_environment(self)
|
||||
|
||||
if "no-ui" in self.targets:
|
||||
if "no-ui" in self.targets:
|
||||
return ret
|
||||
if platform.system() == 'Windows':
|
||||
ret |= not self.check_is_installed('mingw-get', 'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue