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
1 changed files with 1 additions and 1 deletions

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",