From 56ee93b11ba33341aa05915524d216d874382c41 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 24 Jan 2020 14:49:17 +0100 Subject: [PATCH] Updated tomcrypt script --- libraries/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/build.sh b/libraries/build.sh index 9e033bb..00dd2e2 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/out/${build_os_type}_${build_os_arch}" +exec_script_external build_tomcrypt.sh tomcrypt "tommath_path=`pwd`/tommath/out/${build_os_type}_${build_os_arch}" exec_script_external build_yaml.sh yaml-cpp exec_script_external build_jemalloc.sh jemalloc