Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6788a54

Browse files
brianosmanSkia Commit-Bot
authored andcommitted
Disable skiaserve target for Windows ARM64
Bug: skia:8569 Change-Id: I7b86dce88af01184aecbfac522bd4e684438d97f Reviewed-on: https://skia-review.googlesource.com/c/175995 Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
1 parent 22fabca commit 6788a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ if (skia_enable_tools) {
18531853
]
18541854
}
18551855

1856-
if (!is_ios && target_cpu != "wasm") {
1856+
if (!is_ios && target_cpu != "wasm" && !(is_win && target_cpu == "arm64")) {
18571857
test_app("skiaserve") {
18581858
sources = [
18591859
"tools/skiaserve/Request.cpp",

0 commit comments

Comments
 (0)