mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
Merge pull request 'Don't link RandomX' (#319) from tobtoht/feather:no_randomx into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/319
This commit is contained in:
commit
e0f7473ed4
3 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,7 @@ if(DEBUG)
|
||||||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(MONERO_HEAD "0b16332df67928dcab50131d236a9a94e59686ad")
|
set(MONERO_HEAD "aa0f58570d412cf02dd325e567bbc9fa093df16c")
|
||||||
set(BUILD_GUI_DEPS ON)
|
set(BUILD_GUI_DEPS ON)
|
||||||
set(ARCH "x86-64")
|
set(ARCH "x86-64")
|
||||||
set(BUILD_64 ON)
|
set(BUILD_64 ON)
|
||||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
||||||
Subproject commit 0b16332df67928dcab50131d236a9a94e59686ad
|
Subproject commit aa0f58570d412cf02dd325e567bbc9fa093df16c
|
|
@ -175,7 +175,6 @@ target_link_libraries(feather
|
||||||
${SODIUM_LIBRARY}
|
${SODIUM_LIBRARY}
|
||||||
easylogging
|
easylogging
|
||||||
blockchain_db
|
blockchain_db
|
||||||
randomx
|
|
||||||
hardforks
|
hardforks
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
|
|
Loading…
Reference in a new issue