- Fixed a wrong linux macro in an ifdef.

This commit is contained in:
Edoardo Prezioso 2015-04-02 13:18:37 +02:00
parent 0a16855232
commit 6c07d765db
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ void ScanDirectory(TArray<FFileList> &list, const char *dirpath)
}
}
#elif defined(__sun) || defined(linux)
#elif defined(__sun) || defined(__linux__)
//==========================================================================
//