[Lua] Fix feature cpp (#23292)

* Fix feature cpp in port lua

* Update vcpkg.json

* version
This commit is contained in:
Thomas1664 2022-02-28 19:47:37 +01:00 committed by GitHub
parent 190610bb80
commit 1e4bfb254a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -45,7 +45,7 @@ vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-lua CONFIG_PATH share/unofficial-lua)
if("cpp" IN_LIST FEATURES)
vcpkg_cmake_config_fixup(PACKAGE_NAME share/unofficial-lua-cpp CONFIG_PATH "share/unofficial-lua-cpp")
vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-lua-cpp CONFIG_PATH "share/unofficial-lua-cpp")
endif()
if ("tools" IN_LIST FEATURES)

View File

@ -1,6 +1,7 @@
{
"name": "lua",
"version": "5.4.4",
"port-version": 1,
"description": "A powerful, fast, lightweight, embeddable scripting language",
"homepage": "https://www.lua.org",
"dependencies": [

View File

@ -4226,7 +4226,7 @@
},
"lua": {
"baseline": "5.4.4",
"port-version": 0
"port-version": 1
},
"luabridge": {
"baseline": "2.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "26701e6e610ff6eaee198ca1aaa0b9125e4b2d6f",
"version": "5.4.4",
"port-version": 1
},
{
"git-tree": "811a56cbdf5cfd0f8e57c2b3cff2a03e5c709723",
"version": "5.4.4",