From e7e844dfad39c3124684a5b8e84c684463fae9b2 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 16:35:39 -0700 Subject: [PATCH] Windows build fix --- RandomX/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RandomX/CMakeLists.txt b/RandomX/CMakeLists.txt index 837de9f1..bfb4ca61 100644 --- a/RandomX/CMakeLists.txt +++ b/RandomX/CMakeLists.txt @@ -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