mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
mame: broken on non-x86 since the new update
the new update really went and did it, it doesn't build at all now
This commit is contained in:
parent
9420822633
commit
6f5629a4e0
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*-musl) CXXFLAGS+=" -DBX_CRT_MUSL=1" ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*) ;;
|
||||
*) broken="it's busted";;
|
||||
esac
|
||||
|
||||
build_options="qt"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="qt"
|
||||
|
|
Loading…
Add table
Reference in a new issue