Skip to content

Commit

Permalink
build: fix macos release GN gen (#33920)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
  • Loading branch information
trop[bot] and jkleinsc committed Apr 27, 2022
1 parent 04510c6 commit b4b2262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Expand Up @@ -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" ]
Expand Down

0 comments on commit b4b2262

Please sign in to comment.