-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from meta-flutter/jw/mono-repo
Mono Repo support
- Loading branch information
Showing
4 changed files
with
97 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
From eb564c8be13a16158056890069deef5bad533529 Mon Sep 17 00:00:00 2001 | ||
From 5e4bf78183f9bf30d093b3e766f36a5780f068ab Mon Sep 17 00:00:00 2001 | ||
From: Joel Winarske <[email protected]> | ||
Date: Mon, 26 Aug 2024 12:25:58 -0700 | ||
Date: Thu, 13 Feb 2025 12:44:11 -0800 | ||
Subject: [PATCH] clang toolchain | ||
|
||
Signed-off-by: Joel Winarske <[email protected]> | ||
--- | ||
build/toolchain/custom/BUILD.gn | 8 ++++---- | ||
engine/src/build/toolchain/custom/BUILD.gn | 8 ++++---- | ||
1 file changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/build/toolchain/custom/BUILD.gn b/build/toolchain/custom/BUILD.gn | ||
index 3da5f93..05de4d7 100644 | ||
--- a/build/toolchain/custom/BUILD.gn | ||
+++ b/build/toolchain/custom/BUILD.gn | ||
diff --git a/engine/src/build/toolchain/custom/BUILD.gn b/engine/src/build/toolchain/custom/BUILD.gn | ||
index 3da5f93026..05de4d7e3c 100644 | ||
--- a/engine/src/build/toolchain/custom/BUILD.gn | ||
+++ b/engine/src/build/toolchain/custom/BUILD.gn | ||
@@ -12,11 +12,11 @@ toolchain("custom") { | ||
# these values in our scope. | ||
cc = "${toolchain_bin}/clang" | ||
|