mirror of https://github.com/mgba-emu/mgba.git
All: Properly match ARM processor name in CMakeLists
This commit is contained in:
parent
1584687c14
commit
e6c10428ce
|
@ -138,7 +138,7 @@ if(BUILD_BBB OR BUILD_RASPI)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "arm")
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm.*")
|
||||
enable_language(ASM)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue