aboutsummaryrefslogtreecommitdiff
path: root/ports/lua
diff options
context:
space:
mode:
Diffstat (limited to 'ports/lua')
-rw-r--r--ports/lua/portfile.cmake3
-rw-r--r--ports/lua/vcpkg.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/lua/portfile.cmake b/ports/lua/portfile.cmake
index 89097096c..1a7fac53c 100644
--- a/ports/lua/portfile.cmake
+++ b/ports/lua/portfile.cmake
@@ -16,6 +16,9 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
# Used in cmake wrapper
set(ENABLE_LUA_CPP 0)
if ("cpp" IN_LIST FEATURES)
+ if (VCPKG_TARGET_IS_UWP)
+ message(FATAL_ERROR "Feature cpp does not support uwp.")
+ endif()
set(ENABLE_LUA_CPP 1)
endif()
diff --git a/ports/lua/vcpkg.json b/ports/lua/vcpkg.json
index 02dc73117..e381a077e 100644
--- a/ports/lua/vcpkg.json
+++ b/ports/lua/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "lua",
"version-semver": "5.4.3",
- "port-version": 2,
+ "port-version": 3,
"description": "A powerful, fast, lightweight, embeddable scripting language",
"homepage": "https://www.lua.org",
"features": {