disable build for uwp

This commit is contained in:
Kalessin 2017-07-07 23:30:44 +02:00
parent 0e866f6730
commit 56833bd4f5

View File

@ -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(