diff options
-rwxr-xr-x | chrome/tools/build/mac/dump_product_syms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms index f4bfefe..ad6c2b5 100755 --- a/chrome/tools/build/mac/dump_product_syms +++ b/chrome/tools/build/mac/dump_product_syms @@ -52,7 +52,7 @@ declare -a DSYMS for SRC_NAME in "${SRC_APP_NAME}.app" \ "${SRC_APP_NAME} Framework.framework" \ "${SRC_APP_NAME} Helper.app" \ - "plugin_carbon_interpose.dylib" ; do + "libplugin_carbon_interpose.dylib" ; do # SRC_STEM is the name of the file within the DWARF directory of the .dSYM # bundle, which comes from the on-disk name of an executable or dylib within # its enclosing .app or .framework bundle. This is the bundle name without |