From 3347a5e2da284dfd317241c11723635672d4031f Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 2 Dec 2018 22:26:27 +0300 Subject: [PATCH] Fix OpenSSL armv7 build in iOS example. GitOrigin-RevId: 078d669b11f1aafc2d6ea26088d663e2bd4b06a0 --- example/ios/build-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/build-openssl.sh b/example/ios/build-openssl.sh index 2ad9dbcfe..8a6df6f83 100755 --- a/example/ios/build-openssl.sh +++ b/example/ios/build-openssl.sh @@ -2,7 +2,7 @@ git clone https://github.com/pybee/Python-Apple-support cd Python-Apple-support -git checkout 2.7 +git checkout 60b990128d5f1f04c336ff66594574515ab56604 cd .. #TODO: change openssl version