mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable vulkan dev on macOS host (flutter/engine#39179)
This commit is contained in:
parent
dcef53581c
commit
2dac47078e
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user