diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 22:04:19 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 22:04:19 +0100 |
| commit | fb76ef5dddd4403e7feca268680b86d331bb6957 (patch) | |
| tree | c67c1081cc07c101472a993143736f37e9d3e2b7 /libbridge/CMakeLists.txt | |
| parent | 2a6489678a049441ddf016a69b28a80d55b30b64 (diff) | |
ci update, cpp update
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index 8c5160f..df2e7f7 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -173,7 +173,7 @@ set_target_properties(rpc_base PROPERTIES IMPORTED_LOCATION # TODO(mrcyjanek): fix (x86_64 maybe?) add_library(wallet-crypto STATIC IMPORTED) set_target_properties(wallet-crypto PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/monero/libwallet-crypto.a) + ${EXTERNAL_LIBS_DIR}/monero/build/release/src/crypto/wallet/libwallet-crypto.a) add_library(cryptonote_format_utils_basic STATIC IMPORTED) set_target_properties(cryptonote_format_utils_basic PROPERTIES IMPORTED_LOCATION |
