mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:49:00 +08:00
1045e88e42
* [lua] support iOS triplets * separate interpreter/compiler to lua[tools] feature * update git-tree SHA * [lua] revert feature separation * [lua] update port SHA * [lua] make 'tools' default-feature * set `ENABLE_LUA_CPP` for cmake wrapper * [lua] fix after collision * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [lua] import TargetConditionals for apple platform * Update ports/lua/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [lua] remove negations for 'tool' config use FEATURES instread of INVERTED_FEATURES to prevent confusions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"name": "lua",
|
|
"version-string": "5.4.3",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|