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 /ports/lua/CONTROL | |
| 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 'ports/lua/CONTROL')
| -rw-r--r-- | ports/lua/CONTROL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/lua/CONTROL b/ports/lua/CONTROL deleted file mode 100644 index 00ec94852..000000000 --- a/ports/lua/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: lua -Version: 5.4.3 -Homepage: https://www.lua.org -Description: a powerful, fast, lightweight, embeddable scripting language - -Feature: cpp -Description: Builds lua for C++ linkage.
\ No newline at end of file |
