mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix notarization and msopenh264 C++11
This commit is contained in:
parent
4631913eb4
commit
3a7f494473
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 9afa8466a8b718831637d0b543814e25c90e9a5e
|
||||
Subproject commit 4fc3a75e0ec829ebc5e042f1f606c59bb8cab35b
|
||||
|
|
@ -23,7 +23,7 @@ do
|
|||
xcrun_result=$?
|
||||
if [ "${xcrun_result}" != "0" ]
|
||||
then
|
||||
if [ "$trycount" -lt "4" ]
|
||||
if [ "${trycount}" -lt "4" ]
|
||||
then
|
||||
tryCount=$((tryCount+1))
|
||||
sleep 60
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue