mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
prepare.py: fix detection of subsubmodules
This commit is contained in:
parent
6f478ed9d3
commit
32bb0cff80
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ def check_tools():
|
|||
sudo mv gas-preprocessor.pl {}""".format(package_manager_info[detect_package_manager() + "-binary-path"]))
|
||||
reterr = 1
|
||||
|
||||
if not os.path.isdir("submodules/linphone/mediastreamer2") or not os.path.isdir("submodules/linphone/oRTP"):
|
||||
if not os.path.isdir("submodules/linphone/mediastreamer2/src") or not os.path.isdir("submodules/linphone/oRTP/src"):
|
||||
error("Missing some git submodules. Did you run:\n\tgit submodule update --init --recursive")
|
||||
reterr = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue