From 028a72daaccc6f9085ffd54a51c07bbf427c76fa Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Mon, 25 Apr 2022 17:00:32 -0400 Subject: [PATCH] build: fix macos release GN gen (#33915) --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index fb64d22339ec..6e77ca50491d 100644 --- a/BUILD.gn +++ b/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" ]