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

Commit 5f6f693

Browse files
author
jonahwilliams
committed
++
1 parent 8eb971e commit 5f6f693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/entity/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impeller_shaders("modern_entity_shaders") {
7777
"shaders/radial_gradient_ssbo_fill.frag",
7878
"shaders/sweep_gradient_ssbo_fill.frag",
7979
]
80-
if (is_ios) {
80+
if (is_ios && !use_ios_simulator) {
8181
shaders += [
8282
"shaders/blending/ios/framebuffer_blend.vert",
8383
"shaders/blending/ios/framebuffer_blend_color.frag",
@@ -179,7 +179,7 @@ impeller_component("entity") {
179179
"inline_pass_context.h",
180180
]
181181

182-
if (is_ios) {
182+
if (is_ios && !use_ios_simulator) {
183183
sources += [
184184
"contents/framebuffer_blend_contents.cc",
185185
"contents/framebuffer_blend_contents.h",

0 commit comments

Comments
 (0)