1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00

Linux identifier corrected.

This commit is contained in:
zz4032 2020-06-23 20:53:32 +02:00 committed by GitHub
parent ccd2e602a0
commit 3102896a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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