Enable vulkan dev on macOS host (flutter/engine#39179)

This commit is contained in:
Kaushik Iska 2023-01-27 09:34:58 -08:00 committed by GitHub
parent dcef53581c
commit 2dac47078e

View File

@ -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.