aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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