From 332a5637c97d77906b091c10d985364071e7ddbf Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 11 Jul 2019 16:58:47 +0300 Subject: [PATCH] Typo fix --- ffmpeg-android-maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-android-maker.sh b/ffmpeg-android-maker.sh index 7cc8a0e..f42206e 100755 --- a/ffmpeg-android-maker.sh +++ b/ffmpeg-android-maker.sh @@ -2,7 +2,7 @@ FFMPEG_VERSION=4.1.3 -# Assuming the script is used on macOS of Linux machine +# Assuming the script is used on macOS or Linux machine case "$OSTYPE" in darwin*) HOST_TAG="darwin-x86_64" ;; linux*) HOST_TAG="linux-x86_64" ;;