mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add libsodium to the packages, the arm build was complaining about it.
Fixup arm toolchain file.
This commit is contained in:
parent
cbbf4d241b
commit
ecaf5b3feb
4 changed files with 35 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue