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