mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +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_DEFINE(C_MT32,1)
|
||||
;;
|
||||
aarch64)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(C_MT32,1)
|
||||
;;
|
||||
*)
|
||||
enable_mt32=no
|
||||
AC_MSG_RESULT(no)
|
||||
|
Reference in New Issue
Block a user