mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 02:15:07 -04:00
Use unicode for 7zip in the unix version.
This commit is contained in:
@ -68,7 +68,8 @@ DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE \
|
|||||||
unix:!macx{
|
unix:!macx{
|
||||||
DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE \
|
DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE \
|
||||||
NDEBUG _REENTRANT ENV_UNIX \
|
NDEBUG _REENTRANT ENV_UNIX \
|
||||||
_7ZIP_LARGE_PAGES
|
_7ZIP_LARGE_PAGES \
|
||||||
|
UNICODE _UNICODE UNIX_USE_WIN_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
!win32 {
|
!win32 {
|
||||||
|
Reference in New Issue
Block a user