Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 383 Bytes

File metadata and controls

24 lines (16 loc) · 383 Bytes

libass-build

build scripts for libass

This is a component of the MPVKit project.

Installation

Swift Package Manager

https://github.com/mpvkit/libass-build.git

How to build

make build
# or build specified platforms 
make build platform=ios,macos
# or see help
make help