Fix 32-bit compilation

This commit is contained in:
SChernykh 2020-10-07 18:19:35 +02:00
parent 59bd6d4187
commit 4bac3e7695
2 changed files with 41 additions and 0 deletions

View file

@ -62,6 +62,10 @@ if (WITH_RANDOMX)
)
# cheat because cmake and ccache hate each other
set_property(SOURCE src/crypto/randomx/jit_compiler_a64_static.S PROPERTY LANGUAGE C)
else()
list(APPEND SOURCES_CRYPTO
src/crypto/randomx/jit_compiler_fallback.cpp
)
endif()
if (WITH_SSE4_1)