1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Windows build fix

This commit is contained in:
MoneroOcean
2019-06-18 16:35:39 -07:00
parent 922449118f
commit e7e844dfad

View File

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