From a63af60735236c83c9cf48d4a66dddbcfeb124d9 Mon Sep 17 00:00:00 2001 From: raul Date: Sat, 21 Oct 2023 21:59:19 +0200 Subject: [PATCH] Linux build tag fix --- Tools/Build/linux/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Build/linux/build.sh b/Tools/Build/linux/build.sh index 55224c7bb..65272b6c1 100755 --- a/Tools/Build/linux/build.sh +++ b/Tools/Build/linux/build.sh @@ -10,7 +10,7 @@ echo "** Get the base path of the script" BASE="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)" ROOT="$(realpath "${BASE}/../../../")" -"${BASE}/publish_git.sh" +"${BASE}/publish_git.sh" ${3} TARGET=${1:-Debug} echo "** Set the build target config to ${TARGET}"