diff options
| -rw-r--r-- | ports/luajit/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/luajit/portfile.cmake b/ports/luajit/portfile.cmake index ddcd5eb54..da68d3ad4 100644 --- a/ports/luajit/portfile.cmake +++ b/ports/luajit/portfile.cmake @@ -1,5 +1,9 @@ include(vcpkg_common_functions)
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "LuaJIT currently only supports being built for desktop")
+endif()
+
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LuaJIT-2.0.5)
vcpkg_from_github(
|
