Skip to content

Commit

Permalink
Linux build tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raulssorban committed Oct 21, 2023
1 parent b7c3d5f commit a63af60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Build/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a63af60

Please sign in to comment.