Skip to content

Commit

Permalink
Added -D_FILE_OFFSET_BITS=64
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 6, 2016
1 parent 95d666c commit a13361e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -44,6 +44,7 @@ else()
endif()

add_definitions(-std=c99 -Wall -ggdb3)
add_definitions(-D_FILE_OFFSET_BITS=64)

foreach(_I doscalls;msg;nls;quecalls;viocalls;kbdcalls;sesmgr)
add_library(${_I} SHARED "native/${_I}.c")
Expand Down

0 comments on commit a13361e

Please sign in to comment.