1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

enable the utp flag when compiling on Mac in Release

This commit is contained in:
Mitchell Livingston 2011-02-18 01:40:13 +00:00
parent cbb0c2ad45
commit f69027249d

View file

@ -2615,7 +2615,6 @@
"$(inherited)",
"-DSYS_DARWIN",
"-DWITH_UTP",
"-DWITH_UTP",
"-DHAVE_OPENSSL",
"-D__TRANSMISSION__",
"-DHAVE_STRLCPY",
@ -2812,6 +2811,7 @@
OTHER_CFLAGS = (
"$(inherited)",
"-DSYS_DARWIN",
"-DWITH_UTP",
"-DHAVE_OPENSSL",
"-D__TRANSMISSION__",
"-DHAVE_STRLCPY",