mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
Removed code to remove old oRTP submodules as it removes the right one on MacOSX because it's not case sensitive
This commit is contained in:
parent
41f2a0b18e
commit
b9f46d8d62
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ class DesktopPreparator(prepare.Preparator):
|
|||
if "python" in self.args.target or "python-raspberry" in self.args.target:
|
||||
ret |= not self.check_python_module_is_present('wheel')
|
||||
|
||||
if os.path.isdir('submodules/oRTP'):
|
||||
import shutil
|
||||
shutil.rmtree('submodules/oRTP')
|
||||
|
||||
return ret
|
||||
|
||||
def show_missing_dependencies(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue