build scripts for whisper
This is a component of the MPVKit project.
https://github.com/mpvkit/whisper-build.git
make build
# specified platforms (ios,macos,tvos,tvsimulator,isimulator,maccatalyst,xros,xrsimulator)
make build platform=ios,macos
# clean all build temp files and cache
make clean
# see help
make help