Skip to content

Commit

Permalink
Regenerate FlutterMacOS.xcframework when sources of dependencies chan…
Browse files Browse the repository at this point in the history
  • Loading branch information
vashworth authored Mar 19, 2024
1 parent 46d0d36 commit c9f3e78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion shell/platform/darwin/macos/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ action("_generate_symlinks") {
}
}

group("universal_flutter_framework") {
visibility = [ ":*" ]
deps = [
":_generate_symlinks",
":_generate_symlinks_and_verify_framework_module",
]
}

action("flutter_framework") {
script = "//flutter/sky/tools/create_xcframework.py"
outputs = [ "$root_out_dir/FlutterMacOS.xcframework" ]
Expand All @@ -323,7 +331,7 @@ action("flutter_framework") {
"--location",
rebase_path(root_out_dir),
]
deps = [ ":_generate_symlinks_and_verify_framework_module" ]
deps = [ ":universal_flutter_framework" ]
}

if (build_glfw_shell) {
Expand Down

0 comments on commit c9f3e78

Please sign in to comment.