mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +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 {
|
function recipe_build {
|
||||||
set -x
|
set -x
|
||||||
env -i \
|
env -i \
|
||||||
LDFLAGS="-static" \
|
LDFLAGS="-static -ljpeg -lpng16 -lz" \
|
||||||
PATH="/usr/bin:/bin" \
|
PATH="/usr/bin:/bin" \
|
||||||
PKG_CONFIG="pkg-config" \
|
PKG_CONFIG="pkg-config" \
|
||||||
"$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols
|
"$REDOX_MAKE" -j"$($NPROC)" ENABLE_FS=stdio mapc sols
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user