]> granicus.if.org Git - transmission/commitdiff
enable the utp flag when compiling on Mac
authorMitchell Livingston <livings124@transmissionbt.com>
Fri, 18 Feb 2011 01:37:57 +0000 (01:37 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Fri, 18 Feb 2011 01:37:57 +0000 (01:37 +0000)
Transmission.xcodeproj/project.pbxproj

index b642026f4c81c894450f9cfbe879c58c2df32fc2..32da7deeab2c6ba4f57a2d1dd5a3bece80a60c67 100644 (file)
                                OTHER_CFLAGS = (
                                        "$(inherited)",
                                        "-DSYS_DARWIN",
+                                       "-DWITH_UTP",
+                                       "-DWITH_UTP",
                                        "-DHAVE_OPENSSL",
                                        "-D__TRANSMISSION__",
                                        "-DHAVE_STRLCPY",
                                        "-DHAVE_STRCASECMP",
                                        "-DHAVE_LIBZ",
                                );
+                               OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
                                PRODUCT_NAME = transmission;
                        };
                        name = Debug;
                                );
                                MACOSX_DEPLOYMENT_TARGET = 10.5;
                                ONLY_ACTIVE_ARCH = YES;
-                               OTHER_CFLAGS = "$(inherited)";
                                OTHER_LDFLAGS = "";
                                PREBINDING = NO;
                                PRELINK_LIBS = "";
                                OTHER_CFLAGS = (
                                        "$(inherited)",
                                        "-DSYS_DARWIN",
+                                       "-DWITH_UTP",
                                        "-DHAVE_OPENSSL",
                                        "-D__TRANSMISSION__",
                                        "-DHAVE_STRLCPY",