Added build_unbound.sh to the general build script

This commit is contained in:
WolverinDEV 2019-10-25 20:26:15 +01:00
parent 838d5c4a21
commit 5fb91e4afb

View File

@ -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"