Skip to content

Commit

Permalink
Don't insist on modules when attempting to include the Flutter umbrel…
Browse files Browse the repository at this point in the history
…la header. (flutter#35060)
  • Loading branch information
chinmaygarde authored Aug 1, 2022
1 parent 8fd7435 commit 60e5eb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions shell/platform/darwin/ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,7 @@ copy("copy_license") {
shared_library("copy_and_verify_framework_module") {
framework_search_path = rebase_path("$root_out_dir")
visibility = [ ":*" ]
cflags_objc = [
"-F$framework_search_path",
"-fmodules",
"-Wnon-modular-include-in-framework-module",
]
cflags_objc = [ "-F$framework_search_path" ]

sources = [ "framework/Source/FlutterUmbrellaImport.m" ]
deps = [
Expand Down

0 comments on commit 60e5eb6

Please sign in to comment.