Browse Source

chore: update strip-binaries for moved swiftshader.so (#20341)

Jeremy Apthorp 5 years ago
parent
commit
cc0312567e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/strip-binaries.py

+ 1 - 1
script/strip-binaries.py

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