1
- From d06671d9031156ce3b29e06d7edb344d8f6ee0d6 Mon Sep 17 00:00:00 2001
2
- Message-ID: <d06671d9031156ce3b29e06d7edb344d8f6ee0d6.1698087175.git.stefan@agner.ch>
1
+ From bcd84a21c67a681fcaba43118d9d9bb7ed618b55 Mon Sep 17 00:00:00 2001
3
2
From: Stefan Agner <stefan@agner.ch>
4
3
Date: Tue, 22 Nov 2022 10:51:17 +0100
5
4
Subject: [PATCH] Support custom platform tag
@@ -9,7 +8,7 @@ Subject: [PATCH] Support custom platform tag
9
8
1 file changed, 10 insertions(+), 10 deletions(-)
10
9
11
10
diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn
12
- index 4b84c63d5f..b01dafbc30 100644
11
+ index 5fc2212098..caa33c3a40 100644
13
12
--- a/src/controller/python/BUILD.gn
14
13
+++ b/src/controller/python/BUILD.gn
15
14
@@ -35,6 +35,15 @@ declare_args() {
@@ -28,7 +27,7 @@ index 4b84c63d5f..b01dafbc30 100644
28
27
}
29
28
30
29
shared_library("ChipDeviceCtrl") {
31
- @@ -340 ,16 +349 ,7 @@ chip_python_wheel_action("chip-core") {
30
+ @@ -344 ,16 +353 ,7 @@ chip_python_wheel_action("chip-core") {
32
31
cpu_tag = current_cpu
33
32
}
34
33
@@ -47,5 +46,5 @@ index 4b84c63d5f..b01dafbc30 100644
47
46
tags = "cp37-abi3-" + py_platform_tag
48
47
49
48
- -
50
- 2.42.0
49
+ 2.45.2
51
50
0 commit comments