diff --git a/cmake/DaemonFlags.cmake b/cmake/DaemonFlags.cmake index 96d142f47e..906ed93a8a 100644 --- a/cmake/DaemonFlags.cmake +++ b/cmake/DaemonFlags.cmake @@ -742,7 +742,7 @@ if (YOKAI_TARGET_SYSTEM_MACOS) endif() # Glibc-specific definitions -if (LINUX) +if (YOKAI_TARGET_SYSTEM_LINUX_COMPATIBILITY) # QUIRK: It does nothing when it is not needed on non-glibc Linux # systems so it's harmless to always set it. add_definitions(-D_FILE_OFFSET_BITS=64)