From 3102896a0017ea8fc79ad12694a9228399aa0dc2 Mon Sep 17 00:00:00 2001 From: zz4032 Date: Tue, 23 Jun 2020 20:53:32 +0200 Subject: [PATCH] Linux identifier corrected. --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 36924d37..25435ac5 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -658,7 +658,7 @@ namespace Dependency { } #endif -#elif defined(_LINUX) +#elif defined(__linux__) // linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。