mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mame: fix 32bit builds
This commit is contained in:
parent
e4a3597208
commit
bcbac08b54
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ fi
|
||||||
do_build() {
|
do_build() {
|
||||||
local opts="REGENIE=1"
|
local opts="REGENIE=1"
|
||||||
opts+=" TARGETOS=linux"
|
opts+=" TARGETOS=linux"
|
||||||
opts+=" PTR64=1"
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*|aarch64*) opts+=" PTR64=1" ;;
|
||||||
|
esac
|
||||||
opts+=" NOWERROR=1"
|
opts+=" NOWERROR=1"
|
||||||
opts+=" TOOLS=1"
|
opts+=" TOOLS=1"
|
||||||
opts+=" VERBOSE=1"
|
opts+=" VERBOSE=1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue