From d54dc419b4f8e27eb94d52856d49cb94d4d55af0 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Thu, 31 Jul 2025 01:26:59 -0400 Subject: [PATCH] Update build_ssl.sh --- build_ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_ssl.sh b/build_ssl.sh index 59070e7..1b98679 100755 --- a/build_ssl.sh +++ b/build_ssl.sh @@ -8,7 +8,7 @@ set -eo pipefail # Set Android NDK path prefix under the Android SDK if [ -z "$NDK_ROOT_PREFIX" ]; then if [[ "$(uname)" == "Darwin" ]]; then - NDK_ROOT_PREFIX="$HOME/Library/Android/sdk/ndk" + NDK_ROOT_PREFIX="/usr/local/lib/android/sdk/ndk" else NDK_ROOT_PREFIX="$HOME/Android/Sdk/ndk" fi