mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
evince: unbreak cross
This commit is contained in:
parent
d10f621325
commit
cd4d359b2f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ build_options="gir"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
else
|
||||||
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
|
configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
|
||||||
|
|
Loading…
Add table
Reference in a new issue