mirror of
https://github.com/monero-project/monero.git
synced 2025-11-30 09:06:37 -05:00
wallet_api: make this optional but not built by default
It means it can still be built with make -C build/debug wallet_api but still not DoS us while debugging
This commit is contained in:
parent
a0a8706946
commit
eb39a3d7d3
2 changed files with 4 additions and 2 deletions
|
|
@ -78,6 +78,8 @@ target_link_libraries(wallet_api
|
|||
PRIVATE
|
||||
${EXTRA_LIBRARIES})
|
||||
|
||||
set_property(TARGET wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE)
|
||||
set_property(TARGET obj_wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE)
|
||||
|
||||
if(IOS)
|
||||
set(lib_folder lib-${ARCH})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue