mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
init darwin support
This commit is contained in:
@@ -108,6 +108,10 @@ print_os() {
|
||||
OS+="-${VERSION_ID}"
|
||||
fi
|
||||
echo "${OS}"
|
||||
else
|
||||
local os
|
||||
os="$(uname -o)"
|
||||
echo "${os,,}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user