mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
fix dynamic linked deps
This commit is contained in:
parent
229019b268
commit
cafbc89fe9
@ -11,7 +11,7 @@ function recipe_version {
|
||||
function recipe_build {
|
||||
export CPPHOST=${HOST}-g++
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
export LDFLAGS="-L$sysroot/lib --static"
|
||||
export LDFLAGS="-L$sysroot/lib -rdynamic"
|
||||
export CPPFLAGS="-I$sysroot/include"
|
||||
"$REDOX_MAKE" all -j"$($NPROC)"
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user