aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
Diffstat (limited to 'dep')
-rw-r--r--dep/argon2/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/argon2/CMakeLists.txt b/dep/argon2/CMakeLists.txt
index ad1682088eb..f503afaa6d9 100644
--- a/dep/argon2/CMakeLists.txt
+++ b/dep/argon2/CMakeLists.txt
@@ -12,10 +12,10 @@ file(GLOB_RECURSE sources *.c)
if(TRINITY_SYSTEM_PROCESSOR MATCHES "x86|amd64")
list(REMOVE_ITEM sources
- ${CMAKE_CURRENT_SOURCE_DIR}/argon2/opt.c)
+ ${CMAKE_CURRENT_SOURCE_DIR}/argon2/ref.c)
else()
list(REMOVE_ITEM sources
- ${CMAKE_CURRENT_SOURCE_DIR}/argon2/ref.c)
+ ${CMAKE_CURRENT_SOURCE_DIR}/argon2/opt.c)
endif()
add_library(argon2 STATIC