aboutsummaryrefslogtreecommitdiff
path: root/ports/liblzma
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-26 10:28:16 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-26 10:28:16 -0800
commit7938006022d38176c2a9c7dd2829385559491ee0 (patch)
treea523ed168fb1200698d7a8d74ce9fef8b0e845b5 /ports/liblzma
parent97101d4bd500d3784f3cd9524dbdaa1ef45978d3 (diff)
downloadvcpkg-7938006022d38176c2a9c7dd2829385559491ee0.tar.gz
vcpkg-7938006022d38176c2a9c7dd2829385559491ee0.zip
[ports] Mark several ports as unbuildable on UWP
Diffstat (limited to 'ports/liblzma')
-rw-r--r--ports/liblzma/portfile.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/liblzma/portfile.cmake b/ports/liblzma/portfile.cmake
index 6185815f4..be7e494ad 100644
--- a/ports/liblzma/portfile.cmake
+++ b/ports/liblzma/portfile.cmake
@@ -1,3 +1,6 @@
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "${PORT} does not currently support UWP")
+endif()
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xz-5.2.3)