Skip to content

Commit ee8516a

Browse files
committed
Adding _FILE_OFFSET_BITS=64 to the CMakeList
1 parent 6c3a340 commit ee8516a

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
@@ -333,6 +333,7 @@ add_compile_definitions(
333333
PharoVM=1
334334
$<$<CONFIG:DEBUG>:DEBUGVM=1>
335335
$<$<NOT:$<CONFIG:DEBUG>>:DEBUGVM=0>
336+
_FILE_OFFSET_BITS=64
336337
)
337338

338339
#

0 commit comments

Comments
 (0)