mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
Fixup previous commit for transmission-remote
This commit is contained in:
parent
8863e88570
commit
466b71a25f
1 changed files with 15 additions and 0 deletions
|
@ -2983,6 +2983,11 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_OBJC_ARC = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
.,
|
||||
"third-party/libevent/include",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-remote";
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -3349,6 +3354,11 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_OBJC_ARC = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
.,
|
||||
"third-party/libevent/include",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-remote";
|
||||
};
|
||||
name = "Release - Debug";
|
||||
|
@ -3499,6 +3509,11 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_OBJC_ARC = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
.,
|
||||
"third-party/libevent/include",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-remote";
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in a new issue