Skip to content

Commit

Permalink
LFS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jun 29, 2017
1 parent 7bbc708 commit 038593e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def binary(name):
'-fno-rtti',
'-fno-exceptions',
'-fvisibility=hidden', '-pipe',
'-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64',
'-DNINJA_PYTHON="%s"' % options.with_python]
if options.debug:
cflags += ['-D_GLIBCXX_DEBUG', '-D_GLIBCXX_DEBUG_PEDANTIC']
Expand Down

0 comments on commit 038593e

Please sign in to comment.