Skip to content

Commit

Permalink
Adding _FILE_OFFSET_BITS=64 to the CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 30, 2023
1 parent 6c3a340 commit ee8516a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ add_compile_definitions(
PharoVM=1
$<$<CONFIG:DEBUG>:DEBUGVM=1>
$<$<NOT:$<CONFIG:DEBUG>>:DEBUGVM=0>
_FILE_OFFSET_BITS=64
)

#
Expand Down

0 comments on commit ee8516a

Please sign in to comment.