Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 343 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 343 Bytes

libluajit-build

build scripts for luajit

Installation

Swift Package Manager

Not work on macCatalyst platform

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

How to build

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