mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 23:48:36 +00:00
submodules: update bunch of them
This commit is contained in:
parent
d87354ad91
commit
43eade8df8
6 changed files with 6 additions and 5 deletions
|
|
@ -185,6 +185,7 @@ class IOSPreparator(prepare.Preparator):
|
||||||
if find_executable("nasm"):
|
if find_executable("nasm"):
|
||||||
nasm_output = Popen("nasm -f elf32".split(" "), stderr=PIPE, stdout=PIPE).stderr.read()
|
nasm_output = Popen("nasm -f elf32".split(" "), stderr=PIPE, stdout=PIPE).stderr.read()
|
||||||
if "fatal: unrecognised output format" in nasm_output:
|
if "fatal: unrecognised output format" in nasm_output:
|
||||||
|
error("Invalid version of nasm detected. Please make sure that you are NOT using Apple's binary here")
|
||||||
self.missing_dependencies["nasm"] = "nasm"
|
self.missing_dependencies["nasm"] = "nasm"
|
||||||
reterr = 1
|
reterr = 1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 285750137ea9d102b2d2923dfec0ba93fd4c3aea
|
Subproject commit 75de608edffd637af7a5911f067f005f380fcf47
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0d11b6ece11181112f55443623326ad16f4a2e00
|
Subproject commit e74398bf24c85f94c779d2868ee061299831a6da
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b8033c8dc960b8fd446e3e68d37749828cf7f808
|
Subproject commit 88104f538b2d786c6e7808e05a4fb7aba8afca42
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a4fbcbee40e7c9b9ef3ec3f7b0e95e3440906d89
|
Subproject commit 0ffa3259fd2848f57ee70cfac941e26dbc38b0ec
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit af2ecd8cb67845e904d803d008ced2703e45423e
|
Subproject commit 747209c6138b1188e4653f524f54176ebf3a4a5d
|
||||||
Loading…
Add table
Reference in a new issue