mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
c721ff6784
* [lua] Add error message to the cpp selection feature when building uwp. * version
16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"name": "lua",
|
|
"version-semver": "5.4.3",
|
|
"port-version": 3,
|
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
|
"homepage": "https://www.lua.org",
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds Lua for C++ linkage"
|
|
},
|
|
"tools": {
|
|
"description": "Builds Lua compiler and interpreter"
|
|
}
|
|
}
|
|
}
|