提交 88c7e749 编写于 作者: X Xiangyu Wang

MS-90 Fix arch match incorrect on ARM


Former-commit-id: b92c6b3ba3109490fa358a9bb123fc7dedea4854
上级 7fcaf081
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册