mame: fix 32bit builds
This commit is contained in:
parent
e4a3597208
commit
bcbac08b54
|
@ -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…
Reference in New Issue