MS-90 Fix arch match incorrect on ARM

Former-commit-id: b92c6b3ba3109490fa358a9bb123fc7dedea4854
This commit is contained in:
Xiangyu Wang 2019-06-17 17:52:46 +08:00
parent 7fcaf08140
commit 88c7e749b6
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Please mark all change in change log and use the ticket from JIRA.
## Bug
- MS-80 - Fix server hang issue
- MS-90 - Fix arch match incorrect on ARM
## Improvement
- MS-82 - Update server startup welcome message

View File

@ -101,7 +101,8 @@ else()
)
endif ()
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
set(engine_libs
${engine_libs}
libquadmath.a