openssl1: fix target used for compiler

This commit is contained in:
Jeremy Soller 2025-09-07 20:53:56 -06:00
parent 1b29c1e173
commit 57e1a71875
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -14,7 +14,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
"redox-${ARCH}"
--prefix="/"
)
export CC="${CC_WRAPPER} ${TARGET}-gcc"
export CC="${CC_WRAPPER} ${GNU_TARGET}-gcc"
"${COOKBOOK_CONFIGURE}" "${COOKBOOK_CONFIGURE_FLAGS[@]}"
"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}"
"${COOKBOOK_MAKE}" install_sw install_ssldirs DESTDIR="${COOKBOOK_STAGE}"