File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -542,8 +542,10 @@ step-mksnapshot-build: &step-mksnapshot-build
542
542
if [ "`uname`" != "Darwin" ]; then
543
543
if [ "$TARGET_ARCH" == "arm" ]; then
544
544
electron/script/strip-binaries.py --file $PWD/out/Default/clang_x86_v8_arm/mksnapshot
545
+ electron/script/strip-binaries.py --file $PWD/out/Default/clang_x86_v8_arm/v8_context_snapshot_generator
545
546
elif [ "$TARGET_ARCH" == "arm64" ]; then
546
547
electron/script/strip-binaries.py --file $PWD/out/Default/clang_x64_v8_arm64/mksnapshot
548
+ electron/script/strip-binaries.py --file $PWD/out/Default/clang_x64_v8_arm64/v8_context_snapshot_generator
547
549
else
548
550
electron/script/strip-binaries.py --file $PWD/out/Default/mksnapshot
549
551
electron/script/strip-binaries.py --file $PWD/out/Default/v8_context_snapshot_generator
Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ dist_zip("electron_chromedriver_zip") {
1291
1291
1292
1292
mksnapshot_deps = [
1293
1293
" :licenses" ,
1294
- " //tools/v8_context_snapshot:v8_context_snapshot_generator" ,
1294
+ " //tools/v8_context_snapshot:v8_context_snapshot_generator( $v8_snapshot_toolchain ) " ,
1295
1295
" //v8:mksnapshot($v8_snapshot_toolchain )" ,
1296
1296
]
1297
1297
You can’t perform that action at this time.
0 commit comments