mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Merge pull request #13 from zz4032/linux-identifier
Linux identifier corrected.
This commit is contained in:
@@ -658,7 +658,7 @@ namespace Dependency {
|
||||
}
|
||||
|
||||
#endif
|
||||
#elif defined(_LINUX)
|
||||
#elif defined(__linux__)
|
||||
|
||||
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user