mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: strip recently added swiftshader/libvulkan.so (#19141)
This commit is contained in:
committed by
Alexey Kuzmin
parent
69369cf365
commit
550b2269be
@@ -12,7 +12,8 @@ LINUX_BINARIES_TO_STRIP = [
|
||||
'libGLESv2.so',
|
||||
'libEGL.so',
|
||||
'swiftshader/libGLESv2.so',
|
||||
'swiftshader/libEGL.so'
|
||||
'swiftshader/libEGL.so',
|
||||
'swiftshader/libvulkan.so'
|
||||
]
|
||||
|
||||
def strip_binaries(directory, target_cpu):
|
||||
|
||||
Reference in New Issue
Block a user