mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 00:33:33 -05:00
Fixed kawpow build.
This commit is contained in:
@@ -10,5 +10,5 @@ if (WITH_KAWPOW)
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(src/base/3rdparty/libethash)
|
add_subdirectory(src/base/3rdparty/libethash)
|
||||||
list(APPEND LIBS ethash)
|
list(INSERT LIBS 0 ethash)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user