mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fix for the 2GB ZIM file limit
This commit is contained in:
parent
1baf2c77f6
commit
3bdcb33afb
@ -342,7 +342,7 @@ for arch in ARCHS:
|
|||||||
]
|
]
|
||||||
|
|
||||||
src_dir = os.path.join(LIBZIM_SRC, 'src')
|
src_dir = os.path.join(LIBZIM_SRC, 'src')
|
||||||
compile_cmd = ('g++ -fPIC -c -D_FILE_OFFSET_BITS=64 '
|
compile_cmd = ('g++ -fPIC -c -D_FILE_OFFSET_BITS=64 -DHAVE_LSEEK64 '
|
||||||
'-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE '
|
'-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE '
|
||||||
'-B%(platform)s/sysroot '
|
'-B%(platform)s/sysroot '
|
||||||
'%(source_files)s -I%(include_paths)s '
|
'%(source_files)s -I%(include_paths)s '
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user