aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-tools_gn_src_util_sys__info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-tools_gn_src_util_sys__info.cc')
-rw-r--r--devel/electron13/files/patch-tools_gn_src_util_sys__info.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-tools_gn_src_util_sys__info.cc b/devel/electron13/files/patch-tools_gn_src_util_sys__info.cc
deleted file mode 100644
index f9fe00ede7ca..000000000000
--- a/devel/electron13/files/patch-tools_gn_src_util_sys__info.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/gn/src/util/sys_info.cc.orig 2021-04-14 01:22:08 UTC
-+++ tools/gn/src/util/sys_info.cc
-@@ -34,6 +34,8 @@ std::string OperatingSystemArchitecture() {
- arch = "x86_64";
- } else if (arch == "amd64") {
- arch = "x86_64";
-+ } else if (arch == "arm64") {
-+ arch = "aarch64";
- } else if (os == "AIX" || os == "OS400") {
- arch = "ppc64";
- }