diff options
| author | levlam <levlam@telegram.org> | 2019-10-17 22:09:17 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-10-17 22:09:17 +0300 |
| commit | d919282894d085659077a8dd000d3dcb0373996d (patch) | |
| tree | ea22427ba86bcbf96318b0554522caf5dcdb8f1b /example/ios | |
| parent | c40a1217e87fed99ebe00cbd26b848e16b56a9d8 (diff) | |
Fix iOS example.
GitOrigin-RevId: b67e96439e5e490280a87e5216bd7c7945f95a64
Diffstat (limited to 'example/ios')
| -rwxr-xr-x | example/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/build.sh b/example/ios/build.sh index 368efeaeb..7ee8ff2e3 100755 --- a/example/ios/build.sh +++ b/example/ios/build.sh @@ -15,7 +15,7 @@ do openssl_ssl_library="${openssl_path}/lib/libssl.a" options="$options -DOPENSSL_FOUND=1" options="$options -DOPENSSL_CRYPTO_LIBRARY=${openssl_crypto_library}" - #options="$options -DOPENSSL_SSL_LIBRARY=${openssl_ssl_library}" + options="$options -DOPENSSL_SSL_LIBRARY=${openssl_ssl_library}" options="$options -DOPENSSL_INCLUDE_DIR=${openssl_path}/include" options="$options -DOPENSSL_LIBRARIES=${openssl_crypto_library};${openssl_ssl_library}" options="$options -DCMAKE_BUILD_TYPE=Release" |
