Merge pull request #13 from zz4032/linux-identifier

Linux identifier corrected.
This commit is contained in:
nodchip
2020-06-24 09:35:44 +09:00
committed by GitHub

View File

@@ -658,7 +658,7 @@ namespace Dependency {
}
#endif
#elif defined(_LINUX)
#elif defined(__linux__)
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。