Skip to content

Commit

Permalink
update build-all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Feb 22, 2022
1 parent a54fa9c commit 3d9a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build() {
ext=""
if [ "$1" == "windows" ]; then ext=".exe"; fi

echo "build for $1 $arch..."
echo "build for $os $arch..."
GOOS="$1" GOARCH="$2" go build -o "build/btcagent-$os-$arch$ext"
}

Expand Down

0 comments on commit 3d9a184

Please sign in to comment.