Description
Hello.
I have been using SDL-Mixer-X as a core library on a game I have been developing. However, when attempting to port it to my arm64 Macbook Pro laptop running Asahi Fedora Remix, whenever I attempt to compile, I get this message:
-- Configuring done (1.8s)
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_ASM-ATT_COMPILE_OBJECT
-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
gmake[2]: *** [CMakeFiles/AudioCodecs.dir/build.make:92: external/AudioCodecs/src/AudioCodecs-stamp/AudioCodecs-configure] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/AudioCodecs.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
Is this an issue with SDL-Mixer-X, or should I report this to my operating system maintainers instead?