]> granicus.if.org Git - transmission/commitdiff
store mac support files in the right location
authorMitchell Livingston <livings124@transmissionbt.com>
Sat, 5 Apr 2008 20:27:13 +0000 (20:27 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sat, 5 Apr 2008 20:27:13 +0000 (20:27 +0000)
libtransmission/platform.c

index e7dfd26d848068ae1734b87cc4f6ca7aad5d9a00..d5a49a6cbf61bb5562560bd3ee26814d272698d6 100644 (file)
@@ -500,7 +500,7 @@ tr_getDefaultConfigDir( void )
         }
         else
         {
-#ifdef DARWIN
+#ifdef SYS_DARWIN
             tr_buildPath( path, sizeof( path ),
                           getHomeDir( ), "Library", "Application Support",
                           "Transmission", NULL );