mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-02 22:54:05 +08:00
87e6703b67
Group all patches in a directory. Improve organization to organize the current and future patches. Signed-off-by: Helen Koike <helen.koike@collabora.com> Reviewed-by: Sergi Blanch Torné <sergi.blanch.torne@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20019>
14 lines
497 B
Diff
14 lines
497 B
Diff
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
|
|
index 454334a..1797594 100644
|
|
--- a/gn/BUILDCONFIG.gn
|
|
+++ b/gn/BUILDCONFIG.gn
|
|
@@ -80,7 +80,7 @@ if (current_cpu == "") {
|
|
is_clang = is_android || is_ios || is_mac ||
|
|
(cc == "clang" && cxx == "clang++") || clang_win != ""
|
|
if (!is_clang && !is_win) {
|
|
- is_clang = exec_script("gn/is_clang.py",
|
|
+ is_clang = exec_script("//gn/is_clang.py",
|
|
[
|
|
cc,
|
|
cxx,
|