From 1e4bfb254a9d990917944d64c03b8f90b2362591 Mon Sep 17 00:00:00 2001 From: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:47:37 +0100 Subject: [PATCH] [Lua] Fix feature cpp (#23292) * Fix feature cpp in port lua * Update vcpkg.json * version --- ports/lua/portfile.cmake | 2 +- ports/lua/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/l-/lua.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/lua/portfile.cmake b/ports/lua/portfile.cmake index 92355738cd..0a034611ab 100644 --- a/ports/lua/portfile.cmake +++ b/ports/lua/portfile.cmake @@ -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) diff --git a/ports/lua/vcpkg.json b/ports/lua/vcpkg.json index d16d55313e..2017af7656 100644 --- a/ports/lua/vcpkg.json +++ b/ports/lua/vcpkg.json @@ -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": [ diff --git a/versions/baseline.json b/versions/baseline.json index cce8f40f10..9326797d3c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4226,7 +4226,7 @@ }, "lua": { "baseline": "5.4.4", - "port-version": 0 + "port-version": 1 }, "luabridge": { "baseline": "2.6", diff --git a/versions/l-/lua.json b/versions/l-/lua.json index 91ef6e9ace..9ee6c7e258 100644 --- a/versions/l-/lua.json +++ b/versions/l-/lua.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "26701e6e610ff6eaee198ca1aaa0b9125e4b2d6f", + "version": "5.4.4", + "port-version": 1 + }, { "git-tree": "811a56cbdf5cfd0f8e57c2b3cff2a03e5c709723", "version": "5.4.4",