|
@@ -661,8 +661,10 @@ step-mksnapshot-build: &step-mksnapshot-build
|
|
|
if [ "`uname`" != "Darwin" ]; then
|
|
|
if [ "$TARGET_ARCH" == "arm" ]; then
|
|
|
electron/script/strip-binaries.py --file $PWD/out/Default/clang_x86_v8_arm/mksnapshot
|
|
|
+ electron/script/strip-binaries.py --file $PWD/out/Default/clang_x86_v8_arm/v8_context_snapshot_generator
|
|
|
elif [ "$TARGET_ARCH" == "arm64" ]; then
|
|
|
electron/script/strip-binaries.py --file $PWD/out/Default/clang_x64_v8_arm64/mksnapshot
|
|
|
+ electron/script/strip-binaries.py --file $PWD/out/Default/clang_x64_v8_arm64/v8_context_snapshot_generator
|
|
|
else
|
|
|
electron/script/strip-binaries.py --file $PWD/out/Default/mksnapshot
|
|
|
electron/script/strip-binaries.py --file $PWD/out/Default/v8_context_snapshot_generator
|