mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
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