Skip to content

Commit

Permalink
Define _TIME_BITS=64 globally (dotnet#100461)
Browse files Browse the repository at this point in the history
Contributes to dotnet#96460
  • Loading branch information
am11 authored Mar 30, 2024
1 parent b7d91f2 commit cc7bf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/native/configurecompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ endif(CLR_CMAKE_HOST_WIN32)

# Unconditionally define _FILE_OFFSET_BITS as 64 on all platforms.
add_definitions(-D_FILE_OFFSET_BITS=64)
# Unconditionally define _TIME_BITS as 64 on all platforms.
add_definitions(-D_TIME_BITS=64)

# Architecture specific files folder name
if (CLR_CMAKE_TARGET_ARCH_AMD64)
Expand Down

0 comments on commit cc7bf83

Please sign in to comment.