aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a080e93771..98bfdc5ba3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1640,7 +1640,7 @@ if (skia_enable_tools) {
}
}
- if (skia_enable_gpu && (is_linux || is_mac)) {
+ if (skia_enable_gpu && (is_linux || is_mac || is_ios)) {
test_app("SkiaSDLExample") {
sources = [
"example/SkiaSDLExample.cpp",