distributed-build/0012-fix-rpm-build-fail-caused-by-wrong-useless-code.patch
2023-12-06 15:52:21 +08:00

25 lines
650 B
Diff

From 1cbc7b95aae9da56ed4fa257d7132ac03c378601 Mon Sep 17 00:00:00 2001
From: zxstty <zhaojiaqi18@huawei.com>
Date: Thu, 9 Nov 2023 11:10:53 +0800
Subject: [PATCH] 0012
---
config/mac/xcrun.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/mac/xcrun.py b/config/mac/xcrun.py
index 0e29287..4f48d12 100755
--- a/config/mac/xcrun.py
+++ b/config/mac/xcrun.py
@@ -25,6 +25,6 @@ if __name__ == '__main__':
if rv == 0 and args.stamp:
if os.path.exists(args.stamp):
os.unlink(args.stamp)
- with open(args.stamp, 'w+') as fp:
+ #with open(args.stamp, 'w+') as fp:
sys.exit(rv)
--
2.33.0