From ca05f8c697d52d3c0f7aff270ef7cfaf9f2fba00 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 13 Nov 2020 00:56:27 +0100 Subject: [PATCH] Update README with recent archs Fixes #21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457be6c..f388671 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Compile OpenSSL 1.1.1h for all targets: Compile OpenSSL 1.1.1h for specific targets: ``` -./build-libssl.sh --version=1.1.1h --targets="ios-cross-armv7 macos64-x86_64" +./build-libssl.sh --version=1.1.1h --targets="ios64-cross-arm64 macos64-x86_64 macos64-arm64" ``` For all options see: