mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
flatten nibs regardless of build setting
This commit is contained in:
parent
f9354c0ce9
commit
18272e65a1
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue