mame: fix typo in previous
This commit is contained in:
parent
43626133e4
commit
57e96f606a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue