diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-10-22 14:02:17 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-10-22 14:02:17 +0000 |
| commit | 811e7ef02d65f06b75d64537cadae8b18035161b (patch) | |
| tree | 2e2fd1e5664b7ae71db12c0be30ec35b76b6b403 /monero_libwallet2_api_c | |
| parent | 018ebd3d550086cbf00b7eafd156ed1b619afc36 (diff) | |
update wownero patches and version
Diffstat (limited to 'monero_libwallet2_api_c')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index 60be91c..790070a 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -362,7 +362,6 @@ endif() if (${MONERO_FLAVOR} STREQUAL "monero") target_compile_definitions(wallet2_api_c PRIVATE FLAVOR_MONERO) - set(BCUR_ENABLED bc-ur) elseif(${MONERO_FLAVOR} STREQUAL "wownero") target_compile_definitions(wallet2_api_c PRIVATE FLAVOR_WOWNERO) endif() @@ -428,7 +427,7 @@ target_link_libraries( wallet2_api_c ${EXTRA_LIBS_WOWNEROSEED} utf8proc - ${BCUR_ENABLED} + bc-ur ssl crypto |
