Browse Source

build: fix macos release GN gen (#33915)

John Kleinschmidt 3 years ago
parent
commit
028a72daac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.gn

+ 1 - 1
BUILD.gn

@@ -1119,7 +1119,7 @@ if (is_mac) {
     }
 
     extract_symbols("egl_syms") {
-      binary = "$root_out_dir/ibEGL.dylib"
+      binary = "$root_out_dir/libEGL.dylib"
       symbol_dir = "$root_out_dir/breakpad_symbols"
       dsym_file = "$root_out_dir/libEGL.dylib.dSYM/Contents/Resources/DWARF/libEGL.dylib"
       deps = [ "//third_party/angle:libEGL" ]