daemon can be compiled in xcode
This commit is contained in:
parent
3bc2f91d2d
commit
d63e7181c3
|
@ -2288,6 +2288,10 @@
|
|||
"third-party/",
|
||||
"third-party/libevent",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DHAVE_DAEMON",
|
||||
);
|
||||
PRODUCT_NAME = "transmission-daemon";
|
||||
};
|
||||
name = Development;
|
||||
|
|
Loading…
Reference in New Issue