summaryrefslogtreecommitdiffstats
path: root/chromium/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-23 09:34:28 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-23 09:34:28 +0000
commit491383e120be1c429e77a7abaaf81868e436ebad (patch)
treea97a99a9fba4b6134cc55de5a323e879637f292e /chromium/build
parent3f075a98b3d5e7d815b7058b169669d425c9b0f3 (diff)
downloadasb-491383e120be1c429e77a7abaaf81868e436ebad.tar.gz
asb-491383e120be1c429e77a7abaaf81868e436ebad.tar.xz
chromium: when building clang, switch from update.py to build.py
(https://groups.google.com/a/chromium.org/forum/#!topic/chromium-packagers/D4z9TYb-abE)
Diffstat (limited to 'chromium/build')
-rwxr-xr-xchromium/build/chromium.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 3533c42f..d93415cf 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -691,7 +691,7 @@ fi
# When compiling google's clang, use the system cmake
# (prebuilt binary from google is only available as 64bit):
-sed -i tools/clang/scripts/update.py -e 's/^ *AddCMakeToPath/#&/'
+sed -i tools/clang/scripts/build.py -e 's/^ *AddCMakeToPath/#&/'
# This header file is missing, so we need to generate it; code found in the
# DEPS file https://chromium.googlesource.com/chromium/src/+/master/DEPS: