Browse Source

build: fix macos release GN gen (#33920)

Co-authored-by: John Kleinschmidt <[email protected]>
trop[bot] 3 years ago
parent
commit
b4b2262c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.gn

+ 1 - 1
BUILD.gn

@@ -1107,7 +1107,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" ]