Skip to content

Commit 64a2c0e

Browse files
authored
Make binary echo statements balanced
1 parent b18759f commit 64a2c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ verify_binary_type () {
160160
echo ""
161161
case $BINARY_TYPE in
162162
"Mach-O 64-bit executable arm64")
163-
echo "Successfully built Apple Silicon (M1): ${BINARY_TYPE}"
163+
echo "Successfully built Apple Silicon (M1) for ${OSTYPE}: ${BINARY_TYPE}"
164164
;;
165165
*)
166166
echo "Successfully built binary for ${OSTYPE}: ${BINARY_TYPE}"

0 commit comments

Comments
 (0)