diff options
Diffstat (limited to 'vcpkg/ports/skia/bentleyottmann-build.patch')
| -rw-r--r-- | vcpkg/ports/skia/bentleyottmann-build.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/skia/bentleyottmann-build.patch b/vcpkg/ports/skia/bentleyottmann-build.patch new file mode 100644 index 0000000..c3c48d3 --- /dev/null +++ b/vcpkg/ports/skia/bentleyottmann-build.patch @@ -0,0 +1,14 @@ +diff --git a/modules/bentleyottmann/BUILD.gn b/modules/bentleyottmann/BUILD.gn +index 8a6725592f..40e4ac7bec 100644 +--- a/modules/bentleyottmann/BUILD.gn ++++ b/modules/bentleyottmann/BUILD.gn +@@ -31,4 +31,9 @@ if (skia_enable_bentleyottmann) { + ] + } + } ++} else { ++ group("bentleyottmann") { ++ } ++ group("tests") { ++ } + } |