mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
mt32 disabled for aarch64 by default fix
This commit is contained in:
@@ -858,6 +858,10 @@ if test x$enable_mt32 = xyes ; then
|
|||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE(C_MT32,1)
|
AC_DEFINE(C_MT32,1)
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
AC_MSG_RESULT(yes)
|
||||||
|
AC_DEFINE(C_MT32,1)
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
enable_mt32=no
|
enable_mt32=no
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
Reference in New Issue
Block a user