mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
racket: fix crossbuild
This commit is contained in:
parent
04a42a2746
commit
b7ad1a463c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ nostrip=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --enable-racket=/usr/bin/racket"
|
configure_args+=" --enable-racket=/usr/bin/racket"
|
||||||
hostmakedepends+=" racket"
|
hostmakedepends+=" racket sqlite-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue