mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +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/",
|
||||||
"third-party/libevent",
|
"third-party/libevent",
|
||||||
);
|
);
|
||||||
|
OTHER_CFLAGS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"-DHAVE_DAEMON",
|
||||||
|
);
|
||||||
PRODUCT_NAME = "transmission-daemon";
|
PRODUCT_NAME = "transmission-daemon";
|
||||||
};
|
};
|
||||||
name = "Release - Debug";
|
name = "Release - Debug";
|
||||||
|
@ -2629,6 +2633,10 @@
|
||||||
"third-party/",
|
"third-party/",
|
||||||
"third-party/libevent",
|
"third-party/libevent",
|
||||||
);
|
);
|
||||||
|
OTHER_CFLAGS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"-DHAVE_DAEMON",
|
||||||
|
);
|
||||||
PRODUCT_NAME = "transmission-daemon";
|
PRODUCT_NAME = "transmission-daemon";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
|
Loading…
Reference in a new issue