mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 08:58:59 +08:00
29fd45c883
* [lua] cmake_minimum_required should before project * [lua] link dl not use absolute path * [lua] update port-version
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.4",
|
|
"port-version": 7,
|
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
|
"homepage": "https://www.lua.org",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds Lua for C++ linkage",
|
|
"supports": "!uwp"
|
|
},
|
|
"tools": {
|
|
"description": "Builds Lua compiler and interpreter",
|
|
"supports": "!ios"
|
|
}
|
|
}
|
|
}
|