Added support for Mac OS X and building with clang (bug 5601, r=dvander).
This commit is contained in:
@@ -46,7 +46,7 @@ bool BinLog::Open()
|
||||
if (!DirExists(path))
|
||||
{
|
||||
mkdir(path
|
||||
#if defined __linux__
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
, 0755
|
||||
#endif
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user