summarylogtreecommitdiffstats
path: root/dont-bootstrap-libchromiumcontent.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 /dont-bootstrap-libchromiumcontent.patch
downloadaur-electron-wayland.tar.gz
first commit
Diffstat (limited to 'dont-bootstrap-libchromiumcontent.patch')
-rw-r--r--dont-bootstrap-libchromiumcontent.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dont-bootstrap-libchromiumcontent.patch b/dont-bootstrap-libchromiumcontent.patch
new file mode 100644
index 000000000000..f82a31a7b519
--- /dev/null
+++ b/dont-bootstrap-libchromiumcontent.patch
@@ -0,0 +1,13 @@
+diff --git a/script/build-libchromiumcontent.py b/script/build-libchromiumcontent.py
+index e0a95f6..1383e70 100755
+--- a/script/build-libchromiumcontent.py
++++ b/script/build-libchromiumcontent.py
+@@ -28,7 +28,7 @@ def main():
+ update = os.path.join(script_dir, 'update')
+ build = os.path.join(script_dir, 'build')
+ create_dist = os.path.join(script_dir, 'create-dist')
+- execute_stdout([sys.executable, bootstrap])
++ # execute_stdout([sys.executable, bootstrap])
+ execute_stdout([sys.executable, update, '-t', args.target_arch,
+ '--defines', args.defines])
+ execute_stdout([sys.executable, build, '-R', '-t', args.target_arch])