Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Mar 19, 2024
1 parent 8c9226b commit df805fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ source_set("testing") {

if (is_linux) {
# So that we can call gtk_init in main().
configs += [ "//flutter/shell/platform/linux/config:gtk" ]
#configs += [ "//flutter/shell/platform/linux/config:gtk" ]
}

public_deps = [ ":testing_lib" ]
Expand Down

0 comments on commit df805fc

Please sign in to comment.