mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 09:55:40 +01:00
Unrar needs every defines. Maybe there is a cleaner way...
This commit is contained in:
parent
62dd2ae370
commit
67b1a7bb72
1 changed files with 2 additions and 1 deletions
|
|
@ -218,7 +218,8 @@
|
|||
"inc_dirs": "unrar",
|
||||
"defines": "SILENT RARDLL UNRAR _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE",
|
||||
"windows_defines": "SILENT RARDLL UNRAR",
|
||||
"haiku_defines": "LITTLE_ENDIAN",
|
||||
"haiku_defines": "LITTLE_ENDIAN SILENT RARDLL UNRAR _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE _BSD_SOURCE",
|
||||
"haiku_libraries": "bsd",
|
||||
"optimize_level": 2,
|
||||
"windows_libraries": "User32 Advapi32 kernel32 Shell32"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue