aboutsummaryrefslogtreecommitdiff
path: root/ports/cppcoro
diff options
context:
space:
mode:
authorluncliff <luncliff@gmail.com>2020-04-16 14:57:29 +0900
committerluncliff <luncliff@gmail.com>2020-04-16 14:57:29 +0900
commit6c23ad6d9873037f0473a2877091abaa68372cf2 (patch)
treedf6ceb948374836750e8f38f021a3677daddefe8 /ports/cppcoro
parent91b61bc82859de0ebe98b5b53b376101db83965a (diff)
downloadvcpkg-6c23ad6d9873037f0473a2877091abaa68372cf2.tar.gz
vcpkg-6c23ad6d9873037f0473a2877091abaa68372cf2.zip
[cppcoro] port install failure on platforms
* vcpkg_fail_port_install on uwp/linux mention PR #10693 so linux/clang users can see the port issues
Diffstat (limited to 'ports/cppcoro')
-rw-r--r--ports/cppcoro/portfile.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/cppcoro/portfile.cmake b/ports/cppcoro/portfile.cmake
index a79393082..c5d37445b 100644
--- a/ports/cppcoro/portfile.cmake
+++ b/ports/cppcoro/portfile.cmake
@@ -1,4 +1,7 @@
+# for Linux, the port requires libc++ and Clang. see #10693
+vcpkg_fail_port_install(ON_TARGET "uwp" "linux")
+
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lewissbaker/cppcoro