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" ;;