racket: fix crossbuild
This commit is contained in:
parent
04a42a2746
commit
b7ad1a463c
|
@ -17,7 +17,7 @@ nostrip=yes
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --enable-racket=/usr/bin/racket"
|
||||
hostmakedepends+=" racket"
|
||||
hostmakedepends+=" racket sqlite-devel"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue