devops: fix chromium build on Intel MacBook (#5242)

This commit is contained in:
Andrey Lushnikov 2021-02-01 09:30:04 -08:00 committed by GitHub
parent fc405ee8b2
commit 7b5363198b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ compile_chromium() {
CHROMIUM_FOLDER_NAME="chrome-mac"
CHROMIUM_FILES_TO_ARCHIVE=("Chromium.app")
elif [[ $1 == "--compile-mac" ]]; then
export DEVELOPER_DIR=/Applications/Xcode12.2.app/Contents/Developer
CHROMIUM_FOLDER_NAME="chrome-mac"
CHROMIUM_FILES_TO_ARCHIVE=("Chromium.app")
elif [[ $1 == "--compile-linux" ]]; then