vcpkg/ports/luajit/vcpkg.json
xiaozhuai, Weihang Ding 60eff91cc8
[luajit] Fix cross compile for macOS (#29003)
* [luajit] Bump version and fix cross compile for macOS

* update version database
2023-01-26 19:30:21 -08:00

19 lines
394 B
JSON

{
"name": "luajit",
"version-date": "2023-01-04",
"description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
"homepage": "https://github.com/LuaJIT/LuaJIT",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}