mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
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:
@@ -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
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user