flatten nibs regardless of build setting

This commit is contained in:
Mitchell Livingston 2010-01-21 02:48:14 +00:00
parent f9354c0ce9
commit 18272e65a1
1 changed files with 3 additions and 1 deletions

View File

@ -2413,7 +2413,7 @@
"third-party/curl/include",
"third-party/openssl/include",
);
IBC_FLATTEN_NIBS = NO;
IBC_FLATTEN_NIBS = YES;
IBC_NOTICES = NO;
IBC_WARNINGS = YES;
INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist";
@ -2573,6 +2573,7 @@
"third-party/curl/include",
"third-party/openssl/include",
);
IBC_FLATTEN_NIBS = YES;
IBC_NOTICES = NO;
IBC_WARNINGS = YES;
INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist";
@ -2674,6 +2675,7 @@
"third-party/curl/include",
"third-party/openssl/include",
);
IBC_FLATTEN_NIBS = YES;
IBC_NOTICES = NO;
IBC_WARNINGS = YES;
INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist";