mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
Define CMAKE_SYSTEM_PROCESSOR in Toolchain.cmake for Android build.
This commit is contained in:

committed by
Jonas Vautherin

parent
21500b227f
commit
7c1413a496
@ -1,5 +1,6 @@
|
||||
set(CMAKE_SYSTEM_NAME Android)
|
||||
set(CMAKE_SYSTEM_VERSION 1)
|
||||
set(CMAKE_SYSTEM_PROCESSOR x86_64)
|
||||
set(CMAKE_ANDROID_ARCH_ABI x86_64)
|
||||
|
||||
set(cross_triple x86_64-linux-android)
|
||||
|
Reference in New Issue
Block a user