Skip to content

Commit

Permalink
mt32 disabled for aarch64 by default fix
Browse files Browse the repository at this point in the history
  • Loading branch information
troydm committed Jul 23, 2023
1 parent d8c1d83 commit c0bc285
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0bc285

Please sign in to comment.