mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Linux identifier corrected.
This commit is contained in:
+1
-1
@@ -658,7 +658,7 @@ namespace Dependency {
|
||||
}
|
||||
|
||||
#endif
|
||||
#elif defined(_LINUX)
|
||||
#elif defined(__linux__)
|
||||
|
||||
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user