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