mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Unbound is now a submodule. Adapt depends for this.
Fix builds for native linux and windows The architecture flag was set incorrectly. It needs to be set only when compiling arm6.
This commit is contained in:
parent
d55544036b
commit
dfe5f94145
2 changed files with 1 additions and 3 deletions
|
@ -65,8 +65,6 @@ else()
|
|||
SET(CMAKE_CXX_COMPILER @CXX@)
|
||||
endif()
|
||||
|
||||
set(ARCH @arch@)
|
||||
|
||||
if(ARCH STREQUAL "arm")
|
||||
set(ARCH "armv6zk")
|
||||
set(ARMID "armv6zk")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue