From d5d0994056a4938507b170a707e1afbca29a55c1 Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Fri, 4 Dec 2009 20:32:57 +0000 Subject: The GYP fixes the other week put lib on the front of this file, update this script also. BUG=none TEST=none Review URL: http://codereview.chromium.org/464042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33846 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/build/mac/dump_product_syms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') 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 -- cgit v1.1