mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
parent
b7d91f2308
commit
cc7bf831f0
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue