summarylogtreecommitdiffstats
path: root/allow-i686.patch
diff options
context:
space:
mode:
authorJonas Heinrich2017-11-28 22:19:37 +0100
committerJonas Heinrich2017-11-28 22:19:37 +0100
commitbe249aa85007b8d48a4eab7dfe38e2404f70034c (patch)
tree56dc099158b510b348ec5f734434eea8a2f74f90 /allow-i686.patch
downloadaur-electron-wayland.tar.gz
first commit
Diffstat (limited to 'allow-i686.patch')
-rw-r--r--allow-i686.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/allow-i686.patch b/allow-i686.patch
new file mode 100644
index 000000000000..154ab9bc8641
--- /dev/null
+++ b/allow-i686.patch
@@ -0,0 +1,14 @@
+--- a/script/update.py
++++ b/script/update.py
+@@ -15,11 +15,6 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
+
+ def main():
+ os.chdir(SOURCE_ROOT)
+-
+- if PLATFORM != 'win32' and platform.architecture()[0] != '64bit':
+- print 'Electron is required to be built on a 64bit machine'
+- return 1
+-
+ update_external_binaries()
+ return update_gyp()
+