'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 3m33s

This commit is contained in:
Your Name 2025-06-02 16:03:07 +12:00
parent d3c80d6d9d
commit 52486ff0ae

View File

@ -194,7 +194,7 @@ function install_openssl_musl() {
local ARCH="${FULLARCH%%-*}" local ARCH="${FULLARCH%%-*}"
#local ARCH_OS="${FULLARCH#*-}" #local ARCH_OS="${FULLARCH#*-}"
local ARCH_SHORT_PREFIX="${FULLARCH%-*}" local ARCH_SHORT_PREFIX="${FULLARCH%-*}"
local MUSL_PATH="${MUSL_ROOT_PATH}/${FULLARCH}" local MUSL_PATH="${INSTALL_DIR}/${FULLARCH}"
[ -d "$MUSL_PATH" ] || _die "MUSL_PATH does not exist: $MUSL_PATH" [ -d "$MUSL_PATH" ] || _die "MUSL_PATH does not exist: $MUSL_PATH"
local BUILD_DIR="${SCRIPT_DIR}/build.$ARCH" local BUILD_DIR="${SCRIPT_DIR}/build.$ARCH"