Fixed kawpow build.

This commit is contained in:
XMRig
2022-08-06 15:25:40 +07:00
parent f6dbe32c86
commit 1438672fe5

View File

@ -10,5 +10,5 @@ if (WITH_KAWPOW)
)
add_subdirectory(src/base/3rdparty/libethash)
list(APPEND LIBS ethash)
list(INSERT LIBS 0 ethash)
endif()