mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
Fix build of monero-gui by adding device_trezor to wallet_merged
This commit is contained in:
parent
6148726e2c
commit
1fd017cf77
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ if (BUILD_GUI_DEPS)
|
|||
ringct
|
||||
ringct_basic
|
||||
checkpoints
|
||||
version)
|
||||
version
|
||||
device_trezor)
|
||||
|
||||
foreach(lib ${libs_to_merge})
|
||||
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue