mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
reorder link
This commit is contained in:
parent
3925e827ba
commit
21ad942008
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -52,14 +52,14 @@ MONERO_INC = \
|
|||
${MONERO_ROOT}/contrib/epee/include
|
||||
|
||||
MONERO_LIBS = \
|
||||
${MONERO_BUILD_ROOT}/src/libversion.a \
|
||||
${MONERO_BUILD_ROOT}/src/cryptonote_basic/libcryptonote_basic.a \
|
||||
${MONERO_BUILD_ROOT}/src/crypto/libcncrypto.a \
|
||||
${MONERO_BUILD_ROOT}/src/common/libcommon.a \
|
||||
${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}/src/libversion.a
|
||||
|
||||
LIBRX = ${MONERO_BUILD_ROOT}/external/randomx/librandomx.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue