From 80c9f172565d424f0f358dd3f8b3ae661fc2be0c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 24 Jan 2020 14:43:28 +0100 Subject: [PATCH] Updated build script --- libraries/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/build.sh b/libraries/build.sh index 63ff29f..9e033bb 100755 --- a/libraries/build.sh +++ b/libraries/build.sh @@ -29,7 +29,7 @@ function exec_script() { begin_task "build_$name" "Building $name" echo -e "Building library with script $color_green${1}$color_normal" - ./${1} + library_path="$2" ./${1} if [[ $? -ne 0 ]]; then echo "Failed to build library $name. Status code: $?" exit 1 @@ -62,7 +62,7 @@ exec_script_external build_libevent.sh event exec_script_external build_boringssl.sh boringssl exec_script_external build_breakpad.sh breakpad exec_script_external build_cxxterminal.sh CXXTerminal "libevent_path=event" -exec_script build_datapipes.sh +exec_script build_datapipes.sh DataPipes exec_script_external build_ed25519.sh ed25519 exec_script_external build_jsoncpp.sh jsoncpp #exec_script build_mysqlconnector.sh