1
0
Fork 0
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:
Mitchell Livingston 2008-06-06 16:54:37 +00:00
parent 3bc2f91d2d
commit d63e7181c3

View file

@ -2288,6 +2288,10 @@
"third-party/",
"third-party/libevent",
);
OTHER_CFLAGS = (
"$(inherited)",
"-DHAVE_DAEMON",
);
PRODUCT_NAME = "transmission-daemon";
};
name = Development;