Fix osx build

This commit is contained in:
Gavin Andresen
2012-05-09 13:56:53 -04:00
committed by Luke Dashjr
parent 7700b94d33
commit d306fd833c

View File

@@ -843,7 +843,7 @@ boost::filesystem::path GetDefaultDataDir()
#ifdef MAC_OSX
// Mac
pathRet /= "Library/Application Support";
filesystem::create_directory(pathRet);
fs::create_directory(pathRet);
return pathRet / "Bitcoin";
#else
// Unix