mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
daemon should compile regardless of configuration setting
This commit is contained in:
parent
d0fde72674
commit
7d9bc022e2
1 changed files with 8 additions and 0 deletions
|
@ -2468,6 +2468,10 @@
|
|||
"third-party/",
|
||||
"third-party/libevent",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DHAVE_DAEMON",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-daemon";
|
||||
};
|
||||
name = "Release - Debug";
|
||||
|
@ -2629,6 +2633,10 @@
|
|||
"third-party/",
|
||||
"third-party/libevent",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DHAVE_DAEMON",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-daemon";
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in a new issue