Use correct gcc for openssl

This commit is contained in:
Jeremy Soller 2022-08-23 13:17:45 -06:00
parent 40aacaff30
commit 0ad568d677

View File

@ -13,6 +13,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
"redox-${ARCH}"
--prefix="/"
)
export CC="${TARGET}-gcc"
cookbook_configure
rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
"""