We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18759f commit 64a2c0eCopy full SHA for 64a2c0e
build-ffmpeg
@@ -160,7 +160,7 @@ verify_binary_type () {
160
echo ""
161
case $BINARY_TYPE in
162
"Mach-O 64-bit executable arm64")
163
- echo "Successfully built Apple Silicon (M1): ${BINARY_TYPE}"
+ echo "Successfully built Apple Silicon (M1) for ${OSTYPE}: ${BINARY_TYPE}"
164
;;
165
*)
166
echo "Successfully built binary for ${OSTYPE}: ${BINARY_TYPE}"
0 commit comments