mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
neverball: ensure lz is linked in mapc
This commit is contained in:
parent
e07638013b
commit
55700b73b3
@ -10,7 +10,7 @@ function recipe_version {
|
||||
function recipe_build {
|
||||
set -x
|
||||
env -i \
|
||||
LDFLAGS="-static" \
|
||||
LDFLAGS="-static -ljpeg -lpng16 -lz" \
|
||||
PATH="/usr/bin:/bin" \
|
||||
PKG_CONFIG="pkg-config" \
|
||||
"$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols
|
||||
|
||||
Loading…
Reference in New Issue
Block a user