mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Typo: ARMV64 -> ARM64
This commit is contained in:
parent
af2eea565c
commit
f9ac218d21
@ -406,7 +406,7 @@ if(USE_FFMPEG)
|
||||
elseif(LINUX)
|
||||
if(ARMV7)
|
||||
set(PLATFORM_ARCH "linux/armv7")
|
||||
elseif(ARMV64)
|
||||
elseif(ARM64)
|
||||
set(PLATFORM_ARCH "linux/aarch64")
|
||||
elseif(ARM)
|
||||
set(PLATFORM_ARCH "linux/arm")
|
||||
|
Loading…
Reference in New Issue
Block a user