mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +00:00
CMake: Let Meta/serenity.sh run aarch64
make it past cmake
This adds just enough scaffolding to make cmake succeed. The build falls over immediately.
This commit is contained in:
parent
a43ad0e706
commit
bbad4758b2
9 changed files with 115 additions and 23 deletions
|
@ -289,7 +289,7 @@ add_link_options(LINKER:-z,text)
|
|||
|
||||
if("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
add_compile_options(-march=i686)
|
||||
else()
|
||||
elseif("${SERENITY_ARCH}" STREQUAL "x86_64")
|
||||
add_compile_options(-march=x86-64)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue