From 5fb91e4afb374260a0bc5836f112900c791d7ea9 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 25 Oct 2019 20:26:15 +0100 Subject: [PATCH] Added build_unbound.sh to the general build script --- third_party/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third_party/build.sh b/third_party/build.sh index 38c819e..46c2f24 100755 --- a/third_party/build.sh +++ b/third_party/build.sh @@ -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" \ No newline at end of file +end_task "build_third_party" "Build all libraries successfully"