mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add back gen_ssl_cert in release build so wowllet can use it
This commit is contained in:
parent
b39feaad30
commit
694e099860
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,7 @@ endif()
|
|||
add_subdirectory(cryptonote_protocol)
|
||||
if(NOT IOS)
|
||||
add_subdirectory(simplewallet)
|
||||
add_subdirectory(gen_ssl_cert)
|
||||
add_subdirectory(daemonizer)
|
||||
add_subdirectory(daemon)
|
||||
endif()
|
||||
|
@ -134,7 +135,6 @@ if(BUILD_DEBUG_UTILITIES)
|
|||
add_subdirectory(debug_utilities)
|
||||
add_subdirectory(blockchain_utilities)
|
||||
add_subdirectory(gen_multisig)
|
||||
add_subdirectory(gen_ssl_cert)
|
||||
endif()
|
||||
|
||||
if(PER_BLOCK_CHECKPOINT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue