mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
mend
This commit is contained in:
parent
e981fd2cc3
commit
61fef8080b
3 changed files with 31 additions and 6 deletions
|
|
@ -24,6 +24,11 @@ project(lpng)
|
|||
|
||||
# addDef(PNG_NO_ASSEMBLER_CODE)
|
||||
|
||||
# Issues with Neon at the moment (Arm support)
|
||||
# https://sourceforge.net/p/libpng/bugs/281/
|
||||
set(PNG_ARM_NEON off CACHE STRING "")
|
||||
add_definitions(-DPNG_ARM_NEON_OPT=0)
|
||||
|
||||
addInclude(${libDir}/zlib)
|
||||
|
||||
finishLibrary("${libDir}/${PROJECT_NAME}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue