Add libsodium to the packages, the arm build was complaining about it.

Fixup arm toolchain file.
This commit is contained in:
TheCharlatan 2018-09-10 23:22:41 +02:00 committed by wowario
parent 1fe0fbdf64
commit 86f56d1463
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
4 changed files with 35 additions and 8 deletions

View file

@ -62,12 +62,19 @@ else()
endif()
if(ARCH STREQUAL "arm")
set(ARCH "armv6zk")
set(ARMID "armv6zk")
set(ARCH "armv7-a")
set(ARM ON)
set(ARM_ID "armv7-a")
set(BUILD_64 OFF)
set(CMAKE_BUILD_TYPE release)
set(BUILD_TAG "linux-armv6")
set(ARM6)
set(BUILD_TAG "linux-armv7")
set(ARM7)
elif(ARCH STREQUAL "aarch64")
set(ARCH "armv8-a")
set(ARM ON)
set(ARM_ID "armv8-a")
set(BUILD_TAG "linux-armv8")
set(BUILD_64 ON)
endif()
#Create a new global cmake flag that indicates building with depends