mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update RandomWOW to 1.2.1-wow
This commit is contained in:
parent
1e38c3c508
commit
276fd65f2a
3 changed files with 4 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -15,5 +15,5 @@
|
|||
[submodule "external/randomwow"]
|
||||
path = external/randomwow
|
||||
url = https://git.wownero.com/wownero/RandomWOW
|
||||
branch = 1.1.10-wow
|
||||
branch = 1.2.1-wow
|
||||
|
||||
|
|
|
@ -144,8 +144,8 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
|
|||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "riscv64")
|
||||
set(NO_AES ON)
|
||||
set(ARCH "rv64imafdc")
|
||||
set(ARCH_ID "riscv64")
|
||||
set(ARCH "rv64gc")
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "i686")
|
||||
|
|
2
external/randomwow
vendored
2
external/randomwow
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 607bad48f3687c2490d90f8c55efa2dcd7cbc195
|
||||
Subproject commit 27b099b6dd6fef6e17f58c6dfe00009e9c5df587
|
Loading…
Reference in a new issue