mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[Lua] Fix feature cpp (#23292)
* Fix feature cpp in port lua * Update vcpkg.json * version
This commit is contained in:
parent
190610bb80
commit
1e4bfb254a
@ -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)
|
||||
|
@ -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": [
|
||||
|
@ -4226,7 +4226,7 @@
|
||||
},
|
||||
"lua": {
|
||||
"baseline": "5.4.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"luabridge": {
|
||||
"baseline": "2.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "26701e6e610ff6eaee198ca1aaa0b9125e4b2d6f",
|
||||
"version": "5.4.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "811a56cbdf5cfd0f8e57c2b3cff2a03e5c709723",
|
||||
"version": "5.4.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user