зеркало из https://github.com/electron/electron.git
build: fix buildflags.h generation on macos (#27579)
This commit is contained in:
Родитель
72127b2916
Коммит
59d1b650ca
|
@ -452,10 +452,6 @@ step-fix-sync-on-mac: &step-fix-sync-on-mac
|
|||
# Fix Clang Install (wrong binary)
|
||||
rm -rf src/third_party/llvm-build
|
||||
python src/tools/clang/scripts/update.py
|
||||
# Temporarily use an older version of gn
|
||||
unset CI
|
||||
python src/buildtools/ensure_gn_version.py git_revision:53d92014bf94c3893886470a1c7c1289f8818db0
|
||||
export CI=true
|
||||
fi
|
||||
|
||||
step-install-signing-cert-on-mac: &step-install-signing-cert-on-mac
|
||||
|
|
2
BUILD.gn
2
BUILD.gn
|
@ -992,6 +992,8 @@ if (is_mac) {
|
|||
deps = [
|
||||
":electron_app_framework_bundle_data",
|
||||
":electron_app_resources",
|
||||
"//base",
|
||||
"//electron/buildflags",
|
||||
]
|
||||
if (is_mas_build) {
|
||||
deps += [ ":electron_login_helper_app" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче