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

Commit 5e96895

Browse files
committed
get things working on linux first
1 parent 712404e commit 5e96895

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
@@ -17,7 +17,7 @@ declare_args() {
1717
impeller_enable_opengles = is_mac || is_linux || is_win || is_android
1818

1919
# Whether the Vulkan backend is enabled.
20-
impeller_enable_vulkan = is_mac || is_linux || is_win
20+
impeller_enable_vulkan = is_linux
2121

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

0 commit comments

Comments
 (0)