diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-26 10:28:16 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-26 10:28:16 -0800 |
| commit | 7938006022d38176c2a9c7dd2829385559491ee0 (patch) | |
| tree | a523ed168fb1200698d7a8d74ce9fef8b0e845b5 /ports/physfs | |
| parent | 97101d4bd500d3784f3cd9524dbdaa1ef45978d3 (diff) | |
| download | vcpkg-7938006022d38176c2a9c7dd2829385559491ee0.tar.gz vcpkg-7938006022d38176c2a9c7dd2829385559491ee0.zip | |
[ports] Mark several ports as unbuildable on UWP
Diffstat (limited to 'ports/physfs')
| -rw-r--r-- | ports/physfs/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 4e00a43fc..c6233eed3 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/portfile.cmake @@ -1,3 +1,7 @@ +if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") + message(FATAL_ERROR "${PORT} does not currently support UWP") +endif() + include(vcpkg_common_functions) set(PHYSFS_VERSION 2.0.3) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/physfs-${PHYSFS_VERSION}) |
