aboutsummaryrefslogtreecommitdiff
path: root/ports/lua/vcpkg.json
AgeCommit message (Collapse)Author
2021-08-18[lua] Add error message to feature `cpp` when building uwp (#19510)Jack·Boos·Yu
* [lua] Add error message to the cpp selection feature when building uwp. * version
2021-08-11[lua] Export cmake targets, rewrite CMakeLists and delete usage (#15921)Jack·Boos·Yu
2021-04-19[lua] support iOS triplets (#16107)Park DongHa
* [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>