mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
ARM64 buildfix
I guess previously ARM was defined in 64-bit mode too?
This commit is contained in:
parent
226a8be1cc
commit
afaff2e299
1 changed files with 5 additions and 0 deletions
|
@ -858,6 +858,11 @@ else()
|
|||
ext/libpng17/arm/filter_neon.S
|
||||
ext/libpng17/arm/filter_neon_intrinsics.c
|
||||
)
|
||||
elseif(ARM64)
|
||||
set(PNG_ARM_INCLUDES
|
||||
ext/libpng17/arm/arm_init.c
|
||||
ext/libpng17/arm/filter_neon_intrinsics.c
|
||||
)
|
||||
endif()
|
||||
add_library(png17 STATIC
|
||||
ext/libpng17/pngconf.h
|
||||
|
|
Loading…
Add table
Reference in a new issue