Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/electron2/allow-i686.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/electron2/allow-i686.patch')
-rw-r--r--community/electron2/allow-i686.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/electron2/allow-i686.patch b/community/electron2/allow-i686.patch
deleted file mode 100644
index 154ab9bc..00000000
--- a/community/electron2/allow-i686.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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()
-