Added build_unbound.sh to the general build script
This commit is contained in:
parent
838d5c4a21
commit
5fb91e4afb
3
third_party/build.sh
vendored
3
third_party/build.sh
vendored
@ -35,6 +35,7 @@ exec_script build_libfvad.sh
|
||||
exec_script build_soxr.sh
|
||||
exec_script build_portaudio.sh
|
||||
exec_script build_protobuf.sh
|
||||
exec_script build_unbound.sh
|
||||
exec_script build_spdlog.sh
|
||||
exec_script build_stringvariable.sh
|
||||
exec_script build_threadpool.sh
|
||||
@ -43,4 +44,4 @@ exec_script build_yaml.sh
|
||||
[[ ${build_os_type} != "win32" ]] && exec_script build_jemalloc.sh #Not required for TeaClient
|
||||
|
||||
#Log the result
|
||||
end_task "build_third_party" "Build all libraries successfully"
|
||||
end_task "build_third_party" "Build all libraries successfully"
|
||||
|
Loading…
Reference in New Issue
Block a user