Skip to content

Commit a3fded5

Browse files
committed
restore setting _FILE_OFFSET_BITS=64
1 parent b2927f2 commit a3fded5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ endif()
2020
add_definitions(
2121
-DPACKAGE_VERSION="${PACKAGE_VERSION}"
2222
-DBUILD_INFO="${BUILD_INFO}"
23+
-D_FILE_OFFSET_BITS=64
2324
)
2425

2526
find_package(ZLIB)

0 commit comments

Comments
 (0)