mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
cegui: aarch64 broken
This commit is contained in:
parent
e8f3d029cb
commit
5c63c7b7cd
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" python"
|
build_options_default+=" python"
|
||||||
fi
|
fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/2416/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
arm*) # No ogre support for arm* (libogre for armv6l is broken)
|
arm*) # No ogre support for arm* (libogre for armv6l is broken)
|
||||||
;;
|
;;
|
||||||
*) build_options_default+=" ogre"
|
*) build_options_default+=" ogre"
|
||||||
|
|
Loading…
Add table
Reference in a new issue