Skip to content

Commit

Permalink
fix makefile for sse2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 9, 2024
1 parent 31a201c commit 851253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ crypto_libverge_crypto_base_a_SOURCES = \

# only include SSE2 scrypt sources if USE_SCRYPT_SSE2 is defined
if USE_SCRYPT_SSE2
crypto_libverge_crypto_a_SOURCES += crypto/pow/scrypt-sse2.cpp
crypto_libverge_crypto_base_a_SOURCES += crypto/pow/scrypt-sse2.cpp
endif


Expand Down

0 comments on commit 851253e

Please sign in to comment.