1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 11:38:21 +00:00

store mac support files in the right location

This commit is contained in:
Mitchell Livingston 2008-04-05 20:27:13 +00:00
parent a3bb61d13b
commit fad4e528fe

View 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 );