From 0b924cdcec44a151cb4e149ec897fcdff15413e2 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 24 Jan 2020 14:42:36 +0100 Subject: [PATCH] Updated build script --- libraries/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/build.sh b/libraries/build.sh index e80fa6b..63ff29f 100755 --- a/libraries/build.sh +++ b/libraries/build.sh @@ -72,7 +72,7 @@ exec_script_external build_spdlog.sh spdlog exec_script_external build_stringvariable.sh StringVariable exec_script_external build_threadpool.sh Thread-Pool exec_script_external build_tommath.sh tommath -exec_script_external build_tomcrypt.sh tomcrypt "tommath_path=tommath" +exec_script_external build_tomcrypt.sh tomcrypt "tommath_path=tommath/out/${build_os_type}_${build_os_arch}" exec_script_external build_yaml.sh yaml-cpp exec_script_external build_jemalloc.sh jemalloc