mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +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;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = NO;
|
CLANG_ENABLE_OBJC_ARC = NO;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
.,
|
||||||
|
"third-party/libevent/include",
|
||||||
|
);
|
||||||
PRODUCT_NAME = "transmission-remote";
|
PRODUCT_NAME = "transmission-remote";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
|
@ -3349,6 +3354,11 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = NO;
|
CLANG_ENABLE_OBJC_ARC = NO;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
.,
|
||||||
|
"third-party/libevent/include",
|
||||||
|
);
|
||||||
PRODUCT_NAME = "transmission-remote";
|
PRODUCT_NAME = "transmission-remote";
|
||||||
};
|
};
|
||||||
name = "Release - Debug";
|
name = "Release - Debug";
|
||||||
|
@ -3499,6 +3509,11 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = NO;
|
CLANG_ENABLE_OBJC_ARC = NO;
|
||||||
|
HEADER_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
.,
|
||||||
|
"third-party/libevent/include",
|
||||||
|
);
|
||||||
PRODUCT_NAME = "transmission-remote";
|
PRODUCT_NAME = "transmission-remote";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
|
Loading…
Reference in a new issue