Fail iOS example building if can't apply OpenSSL patch.
This commit is contained in:
parent
15944f2a00
commit
82cdc98ecf
@ -3,8 +3,9 @@ cd $(dirname $0)
|
|||||||
|
|
||||||
git clone https://github.com/beeware/Python-Apple-support
|
git clone https://github.com/beeware/Python-Apple-support
|
||||||
cd Python-Apple-support
|
cd Python-Apple-support
|
||||||
git checkout 60b990128d5f1f04c336ff66594574515ab56604
|
git checkout 60b990128d5f1f04c336ff66594574515ab56604 || exit 1
|
||||||
git apply ../Python-Apple-support.patch
|
git reset --hard || exit 1
|
||||||
|
git apply ../Python-Apple-support.patch || exit 1
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#TODO: change openssl version
|
#TODO: change openssl version
|
||||||
|
Loading…
Reference in New Issue
Block a user