summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2023-12-19 12:45:11 +0100
committerOskar Nyberg <oskar@mullvad.net>2024-01-05 16:30:17 +0100
commit2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70 (patch)
treefd127d9e7060d10c1d744858e5726f050757afcd
parent96b675477ce0cd58acfedf63ec52e608a07afeb3 (diff)
downloadmullvadvpn-2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70.tar.xz
mullvadvpn-2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70.zip
Log message for local target
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 82512c4ee5..19662ab358 100755
--- a/build.sh
+++ b/build.sh
@@ -188,7 +188,7 @@ function sign_win {
# sign them, strip them of debug symbols and copy to `dist-assets/`.
function build {
local current_target=${1:-""}
- local for_target_string=""
+ local for_target_string=" for local target $ENV_TARGET"
local stripbin="strip"
if [[ -n $current_target ]]; then
for_target_string=" for $current_target"