Browse Source

build: strip swiftshader binaries (#18602)

trop[bot] 5 years ago
parent
commit
64f32a18f5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      script/strip-binaries.py

+ 3 - 1
script/strip-binaries.py

@@ -9,7 +9,9 @@ LINUX_BINARIES_TO_STRIP = [
   'electron',
   'libffmpeg.so',
   'libGLESv2.so',
-  'libEGL.so'
+  'libEGL.so',
+  'swiftshader/libGLESv2.so',
+  'swiftshader/libEGL.so'
 ]
 
 def strip_binaries(directory, target_cpu):