Received my Pi 4 today. Upon attempting to compile dolphin I get the following error when using cmake
ARMv7 is an unsupported platform. Enable generic build if you really want
a JIT-less binary.
I'm sure the solution is relatively straightforward but in this case I don't know what I don't know. I attempted some googling and found a list of cmake commands one of which is ENABLE_GENERIC so I tried cmake ENABLE_GENERIC but that didn't work.
ARMv7 is an unsupported platform. Enable generic build if you really want
a JIT-less binary.
I'm sure the solution is relatively straightforward but in this case I don't know what I don't know. I attempted some googling and found a list of cmake commands one of which is ENABLE_GENERIC so I tried cmake ENABLE_GENERIC but that didn't work.
