mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Change dynamic template prefix to /usr
This commit is contained in:
parent
e92927abc0
commit
1334299b79
@ -699,7 +699,7 @@ function cookbook_cargo_packages {
|
||||
COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/configure"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${GNU_TARGET}"
|
||||
--prefix=""
|
||||
--prefix="/usr"
|
||||
--disable-shared
|
||||
--enable-static
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user