Skip to content

Commit

Permalink
added 'tbs' library link
Browse files Browse the repository at this point in the history
fixes build due error due to unresolved external symbols 'Tbsi_Context_Create, Tbsip_Context_Close, and Tbsip_Submit_Command' in dogecoin_generate_mnemonic_encrypt_with_tpm()

Signed-off-by: nowon <[email protected]>
  • Loading branch information
UsaRandom authored Feb 22, 2024
1 parent 5364445 commit 8eebdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ IF(WITH_NET)
)

IF(WIN32 AND USE_TPM2)
TARGET_LINK_LIBRARIES(${LIBDOGECOIN_NAME} ${LIBEVENT} ${LIBEVENT_PTHREADS} ${LIBUNISTRING} ncrypt crypt32)
TARGET_LINK_LIBRARIES(${LIBDOGECOIN_NAME} ${LIBEVENT} ${LIBEVENT_PTHREADS} ${LIBUNISTRING} tbs ncrypt crypt32)
ELSE()
TARGET_LINK_LIBRARIES(${LIBDOGECOIN_NAME} ${LIBEVENT} ${LIBEVENT_PTHREADS} ${LIBUNISTRING})
ENDIF()
Expand Down

0 comments on commit 8eebdca

Please sign in to comment.