Skip to content

Commit

Permalink
Fix conditional nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Oct 18, 2024
1 parent 9256f9f commit d418a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ endif()

if(HOST_X86_64)
set(CRYPTO_SRC ${CRYPTO_SRC} arch/amd64/crypto_cpu_caps.c)
if(HOST_I386)
elseif(HOST_I386)
set(CRYPTO_SRC ${CRYPTO_SRC} arch/i386/crypto_cpu_caps.c)
endif()

Expand Down

0 comments on commit d418a56

Please sign in to comment.