From: Mitchell Livingston Date: Fri, 18 Feb 2011 01:40:13 +0000 (+0000) Subject: enable the utp flag when compiling on Mac in Release X-Git-Tag: 2.30b1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f69027249def2385d3558596ae1a1208077ddf4c;p=transmission enable the utp flag when compiling on Mac in Release --- diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 32da7deea..54e9ac0d2 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -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",