Tools. vmap4_extractor. OSX build fix

This commit is contained in:
Anton Usmansky
2012-11-30 18:02:50 +02:00
parent d6aee08621
commit 044e737ca7

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