Update RandomWOW to 1.2.1-wow

This commit is contained in:
wowario 2023-10-28 12:05:51 +03:00
parent 1e38c3c508
commit 276fd65f2a
No known key found for this signature in database
GPG key ID: 793504B449C69220
3 changed files with 4 additions and 4 deletions

View file

@ -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")