mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
add RandomX support
This commit is contained in:
parent
65e746bab5
commit
647971cde6
4 changed files with 108 additions and 18 deletions
3
Makefile
3
Makefile
|
@ -56,7 +56,8 @@ MONERO_LIBS = \
|
|||
${MONERO_BUILD_ROOT}/src/ringct/libringct_basic.a \
|
||||
${MONERO_BUILD_ROOT}/src/device/libdevice.a \
|
||||
${MONERO_BUILD_ROOT}/contrib/epee/src/libepee.a \
|
||||
${MONERO_BUILD_ROOT}/external/easylogging++/libeasylogging.a
|
||||
${MONERO_BUILD_ROOT}/external/easylogging++/libeasylogging.a \
|
||||
${MONERO_BUILD_ROOT}/external/randomx/librandomx.a
|
||||
|
||||
DIRS = src data rxi/log/src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue