mame: fix 32bit builds
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user