trying to build mupen64plus on macOS Big Sur on the m1, had to do some work arounds to get it to this point
had to build it using
NEW_DYNAREC=1 BITS=64 ARCH_DETECTED=64BITS CPU=ARM OS=OSX PLUGINDIR= SHAREDIR= BINDIR= MANDIR= LIBDIR= APPSDIR= ICONSDIR=icons INCDIR=api all
seems the asm for aarch64 doesn't quite work with the m1 arm processor as it can build with NO_ASM=1 but that's not really desirable currently.
build.log
trying to build mupen64plus on macOS Big Sur on the m1, had to do some work arounds to get it to this point
had to build it using NEW_DYNAREC=1 BITS=64 ARCH_DETECTED=64BITS CPU=ARM OS=OSX PLUGINDIR= SHAREDIR= BINDIR= MANDIR= LIBDIR= APPSDIR= ICONSDIR=icons INCDIR=api all
seems the asm for aarch64 doesn't quite work with the m1 arm processor as it can build with NO_ASM=1 but that's not really desirable currently. build.log