don't target a specific sdk in the default plugin, bustage fix, b=428973

This commit is contained in:
Josh Aas 2008-10-29 14:54:51 -07:00
parent 8e48a3e072
commit 1c4ac98a6c

View File

@ -199,7 +199,7 @@
HEADER_SEARCH_PATHS = ../../../../dist/include/plugin;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = "";
WRAPPER_EXTENSION = plugin;
};
name = Debug;
@ -214,7 +214,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../../../dist/include/plugin;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = "";
SEPARATE_SYMBOL_EDIT = NO;
STRIP_INSTALLED_PRODUCT = YES;
WRAPPER_EXTENSION = plugin;