Skip to content

Commit 7bec0ec

Browse files
committed
cmake: make the glibc file offset great again
1 parent 4a6959d commit 7bec0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/DaemonFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ if (YOKAI_TARGET_SYSTEM_MACOS)
742742
endif()
743743

744744
# Glibc-specific definitions
745-
if (LINUX)
745+
if (YOKAI_TARGET_SYSTEM_LINUX_COMPATIBILITY)
746746
# QUIRK: It does nothing when it is not needed on non-glibc Linux
747747
# systems so it's harmless to always set it.
748748
add_definitions(-D_FILE_OFFSET_BITS=64)

0 commit comments

Comments
 (0)