mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Make gigalomania static
This commit is contained in:
parent
574ac5c5b9
commit
7205a48dbe
@ -16,7 +16,7 @@ function recipe_update {
|
||||
function recipe_build {
|
||||
export CPPHOST=${HOST}-g++
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
export LDFLAGS="-L$sysroot/lib"
|
||||
export LDFLAGS="-L$sysroot/lib --static"
|
||||
export CPPFLAGS="-I$sysroot/include"
|
||||
"$REDOX_MAKE" all -j"$($NPROC)"
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user