mame: fix 32bit builds

This commit is contained in:
Jürgen Buchmüller 2017-05-01 10:06:18 +02:00
parent e4a3597208
commit bcbac08b54

View file

@ -32,7 +32,9 @@ fi
do_build() {
local opts="REGENIE=1"
opts+=" TARGETOS=linux"
opts+=" PTR64=1"
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*) opts+=" PTR64=1" ;;
esac
opts+=" NOWERROR=1"
opts+=" TOOLS=1"
opts+=" VERBOSE=1"