Skip to content

Commit

Permalink
Merge pull request #4387 from troydm/master
Browse files Browse the repository at this point in the history
mt32 disabled for aarch64 by default fix
  • Loading branch information
joncampbell123 authored Jul 25, 2023
2 parents c4615ec + c0bc285 commit 4753f7a
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 4753f7a

Please sign in to comment.