Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bae8b3db7caed6234d779b590598d5568aa2ce3
Choose a base ref
..
head repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77e5d1c97d95c16fe4d229d23a8065372f1158c9
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 examples/darwin-framework-tool/BUILD.gn
8 changes: 4 additions & 4 deletions examples/darwin-framework-tool/BUILD.gn
Original file line number Diff line number Diff line change
@@ -61,10 +61,10 @@ action("build-darwin-framework") {

if (sdk != "macosx") {
args += [
"--target_sdk",
sdk,
"--target_arch",
mac_target_arch,
"--target_sdk",
sdk,
"--target_arch",
mac_target_arch,
]
}