mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
daemon can be compiled in xcode
This commit is contained in:
parent
3bc2f91d2d
commit
d63e7181c3
1 changed files with 4 additions and 0 deletions
|
@ -2288,6 +2288,10 @@
|
|||
"third-party/",
|
||||
"third-party/libevent",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DHAVE_DAEMON",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-daemon";
|
||||
};
|
||||
name = Development;
|
||||
|
|
Loading…
Reference in a new issue