mame: fix typo in previous

This commit is contained in:
jbu 2015-06-06 17:26:51 +02:00
parent 43626133e4
commit 57e96f606a

View file

@ -32,7 +32,7 @@ do_build() {
opts+=" CROSS_BUILD=1 OVERRIDE_CC=${CC} OVERRIDE_CXX=${CXX} OVERRIDE_LD=${CC}"
fi
case "$XBPS_TARGET_MACHINE" in
*-musl) opts+=" NON_MEM_TRACKING=1" ;;
*-musl) opts+=" NO_MEM_TRACKING=1" ;;
esac
make ${opts} ${makejobs}
}