mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
gst-plugins-bad1: fix crossbuild
This commit is contained in:
parent
fd2b93528b
commit
5e731f786a
1 changed files with 3 additions and 1 deletions
|
@ -49,8 +49,10 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) build_options_default+=" gme" ;;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=enabled"
|
||||
else
|
||||
configure_args+=" -Dtests=disabled"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
|
|
Loading…
Add table
Reference in a new issue