From 9cea70b77ca2e785cbad3a6ebab235cf36892a48 Mon Sep 17 00:00:00 2001 From: XMRig Date: Tue, 17 Dec 2019 15:16:37 +0700 Subject: [PATCH] Rename Rx_windows.cpp to Rx_win.cpp. --- cmake/randomx.cmake | 2 +- src/crypto/rx/{Rx_windows.cpp => Rx_win.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/crypto/rx/{Rx_windows.cpp => Rx_win.cpp} (100%) 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