summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-build_detect__host__arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron7/files/patch-build_detect__host__arch.py')
-rw-r--r--devel/electron7/files/patch-build_detect__host__arch.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron7/files/patch-build_detect__host__arch.py b/devel/electron7/files/patch-build_detect__host__arch.py
deleted file mode 100644
index a0ab500a5c14..000000000000
--- a/devel/electron7/files/patch-build_detect__host__arch.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- build/detect_host_arch.py.orig 2019-12-12 12:38:59 UTC
-+++ build/detect_host_arch.py
-@@ -21,6 +21,8 @@ def HostArch():
- host_arch = 'ia32'
- elif host_arch in ['x86_64', 'amd64']:
- host_arch = 'x64'
-+ elif host_arch.startswith('arm64'):
-+ host_arch = 'arm64'
- elif host_arch.startswith('arm'):
- host_arch = 'arm'
- elif host_arch.startswith('aarch64'):