Skip to content

Commit

Permalink
[Lua] Fix feature cpp (#23292)
Browse files Browse the repository at this point in the history
* Fix feature cpp in port lua

* Update vcpkg.json

* version
  • Loading branch information
Thomas1664 authored Feb 28, 2022
1 parent 190610b commit 1e4bfb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/lua/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions ports/lua/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4226,7 +4226,7 @@
},
"lua": {
"baseline": "5.4.4",
"port-version": 0
"port-version": 1
},
"luabridge": {
"baseline": "2.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lua.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "26701e6e610ff6eaee198ca1aaa0b9125e4b2d6f",
"version": "5.4.4",
"port-version": 1
},
{
"git-tree": "811a56cbdf5cfd0f8e57c2b3cff2a03e5c709723",
"version": "5.4.4",
Expand Down

0 comments on commit 1e4bfb2

Please sign in to comment.