Skip to content

Commit

Permalink
build: strip swiftshader binaries (#18601)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and codebytere committed Jun 3, 2019
1 parent 7d06861 commit fc6b987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/strip-binaries.py
Expand Up @@ -9,7 +9,9 @@
'electron',
'libffmpeg.so',
'libGLESv2.so',
'libEGL.so'
'libEGL.so',
'swiftshader/libGLESv2.so',
'swiftshader/libEGL.so'
]

def strip_binaries(directory, target_cpu):
Expand Down

0 comments on commit fc6b987

Please sign in to comment.