From 3eca5e5c3f1c7ad4b4b6bb37e6d1cdd8b952b31b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 27 Feb 2025 02:25:17 +0100 Subject: [PATCH] ios: formatting --- .github/workflows/non-native.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 7040d53aa5..c5568f748f 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -263,8 +263,7 @@ jobs: install_steps: libressl # FIXME: Could not make OPENSSL_ROOT_DIR work. CMake seems to prepend sysroot to it. generate: >- - -DCMAKE_BUILD_TYPE=Release - -DCMAKE_UNITY_BUILD_BATCH_SIZE=50 + -DCMAKE_BUILD_TYPE=Release -DCMAKE_UNITY_BUILD_BATCH_SIZE=50 -DOPENSSL_INCLUDE_DIR="$HOME/libressl/include" -DOPENSSL_SSL_LIBRARY="$HOME/libressl/lib/libssl.a" -DOPENSSL_CRYPTO_LIBRARY="$HOME/libressl/lib/libcrypto.a"