diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-04-20 09:13:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 17:13:08 -0700 |
| commit | 1045e88e429a6ed5a1fc8cb6cc0f6c695908344f (patch) | |
| tree | 32cffed1fadde359b87d4a54a475a123960aaef9 /versions/l-/lua.json | |
| parent | 6ba281209fb8165d4559e92b1eca17d49dbc1d6a (diff) | |
| download | vcpkg-1045e88e429a6ed5a1fc8cb6cc0f6c695908344f.tar.gz vcpkg-1045e88e429a6ed5a1fc8cb6cc0f6c695908344f.zip | |
[lua] support iOS triplets (#16107)
* [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>
Diffstat (limited to 'versions/l-/lua.json')
| -rw-r--r-- | versions/l-/lua.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/lua.json b/versions/l-/lua.json index a45533a97..fd0f4da29 100644 --- a/versions/l-/lua.json +++ b/versions/l-/lua.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0e8966273a1a18cf591cf78046d345c74941a37d", + "version-string": "5.4.3", + "port-version": 1 + }, + { "git-tree": "8a52fbd7ff551d4c1b7e6d308283cfe92ca81758", "version-string": "5.4.3", "port-version": 0 |
