mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: remove mips64el build config (#37093)
build: remove mips64el build config
This commit is contained in:
@@ -18,8 +18,6 @@ def strip_binary(binary_path, target_cpu):
|
||||
strip = 'arm-linux-gnueabihf-strip'
|
||||
elif target_cpu == 'arm64':
|
||||
strip = 'aarch64-linux-gnu-strip'
|
||||
elif target_cpu == 'mips64el':
|
||||
strip = 'mips64el-redhat-linux-strip'
|
||||
else:
|
||||
strip = 'strip'
|
||||
execute([
|
||||
|
||||
Reference in New Issue
Block a user