mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Use correct gcc for openssl
This commit is contained in:
parent
40aacaff30
commit
0ad568d677
@ -13,6 +13,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
"redox-${ARCH}"
|
||||
--prefix="/"
|
||||
)
|
||||
export CC="${TARGET}-gcc"
|
||||
cookbook_configure
|
||||
rm -rfv "${COOKBOOK_STAGE}/"{share,ssl}
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user