aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-06-15 00:57:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-03-19 18:01:43 +0000
commitfd666a409ceb0b8bf88e2e08255a4486a07bfb0f (patch)
tree38cf4ef7e7f998b592e10c00507042985525dbb1 /src/wallet
parentUse gentoo dev-libs/randomx (diff)
downloadmonero-fd666a409ceb0b8bf88e2e08255a4486a07bfb0f.tar.xz
Do not install trezor dep libs
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
index 3be1a6f6b..8b0008fad 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -148,11 +148,7 @@ if (BUILD_GUI_DEPS)
install(TARGETS wallet_merged
ARCHIVE DESTINATION ${lib_folder})
- install(FILES ${TREZOR_DEP_LIBS}
- DESTINATION ${lib_folder})
file(WRITE "trezor_link_flags.txt" ${TREZOR_DEP_LINKER})
- install(FILES "trezor_link_flags.txt"
- DESTINATION ${lib_folder})
endif()
add_subdirectory(api)