Merge pull request #8517 from cody-/master

Core/Tools: Fix a minor issue with compiling the vmap4 extractor on MacOS X (this should be made more generic at a later time in space...)
This commit is contained in:
click
2012-12-13 09:40:37 -08:00

View File

@@ -470,7 +470,7 @@ int main(int argc, char ** argv)
//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
// Create the working directory
if (mkdir(szWorkDirWmo
#ifdef __linux__
#if defined(__linux__) || defined(__APPLE__)
, 0711
#endif
))