Rename Rx_windows.cpp to Rx_win.cpp.

This commit is contained in:
XMRig 2019-12-17 15:16:37 +07:00
parent d2d501c821
commit 9cea70b77c
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 1 additions and 1 deletions

View file

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