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

Commit 297ffbc

Browse files
authored
Enable vulkan dev on macOS host (#39179)
1 parent 189a69d commit 297ffbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/tools/impeller.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare_args() {
1818
impeller_enable_opengles = is_mac || is_linux || is_win || is_android
1919

2020
# Whether the Vulkan backend is enabled.
21-
impeller_enable_vulkan = is_linux || is_android
21+
impeller_enable_vulkan = is_mac || is_linux || is_android
2222

2323
# Whether to use a prebuilt impellerc.
2424
# If this is the empty string, impellerc will be built.

0 commit comments

Comments
 (0)