diff --git a/engine/src/flutter/impeller/tools/impeller.gni b/engine/src/flutter/impeller/tools/impeller.gni index 5a4c695494c..9d8002d51bc 100644 --- a/engine/src/flutter/impeller/tools/impeller.gni +++ b/engine/src/flutter/impeller/tools/impeller.gni @@ -18,7 +18,7 @@ declare_args() { impeller_enable_opengles = is_mac || is_linux || is_win || is_android # Whether the Vulkan backend is enabled. - impeller_enable_vulkan = is_linux || is_android + impeller_enable_vulkan = is_mac || is_linux || is_android # Whether to use a prebuilt impellerc. # If this is the empty string, impellerc will be built.