diff --git a/cmake/randomx.cmake b/cmake/randomx.cmake index 4f3bacb7..c7b64aab 100644 --- a/cmake/randomx.cmake +++ b/cmake/randomx.cmake @@ -84,7 +84,7 @@ if (WITH_RANDOMX) message("-- WITH_MSR=ON") if (XMRIG_OS_WIN) - list(APPEND SOURCES_CRYPTO src/crypto/rx/Rx_windows.cpp) + list(APPEND SOURCES_CRYPTO src/crypto/rx/Rx_win.cpp) elseif (XMRIG_OS_LINUX) list(APPEND SOURCES_CRYPTO src/crypto/rx/Rx_linux.cpp) endif() diff --git a/src/crypto/rx/Rx_windows.cpp b/src/crypto/rx/Rx_win.cpp similarity index 100% rename from src/crypto/rx/Rx_windows.cpp rename to src/crypto/rx/Rx_win.cpp