Windows build fix
This commit is contained in:
parent
922449118f
commit
e7e844dfad
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
set(CMAKE_BUILD_TYPE Release)
|
||||
endif()
|
||||
|
||||
message ("${ARCH_ID}")
|
||||
|
||||
if (ARCH_ID STREQUAL "x86_64" OR ARCH_ID STREQUAL "x86-64" OR ARCH_ID STREQUAL "amd64")
|
||||
list(APPEND randomx_sources
|
||||
src/jit_compiler_x86_static.S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue