mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Install the DHT_bootstrap
binary on make install
.
We didn't install it before, only `tox-bootstrapd`.
This commit is contained in:
parent
76f4ae64b7
commit
2730c95699
|
@ -458,6 +458,7 @@ if(DHT_BOOTSTRAP)
|
|||
other/DHT_bootstrap.c
|
||||
other/bootstrap_node_packets.c)
|
||||
target_link_modules(DHT_bootstrap toxcore misc_tools)
|
||||
install(TARGETS DHT_bootstrap RUNTIME DESTINATION bin)
|
||||
endif()
|
||||
|
||||
option(BOOTSTRAP_DAEMON "Enable building of tox-bootstrapd" ON)
|
||||
|
|
Loading…
Reference in New Issue
Block a user