mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Use unicode for 7zip in the unix version.
This commit is contained in:
parent
828ef46fc6
commit
70ab8a957d
@ -68,7 +68,8 @@ DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE \
|
||||
unix:!macx{
|
||||
DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE \
|
||||
NDEBUG _REENTRANT ENV_UNIX \
|
||||
_7ZIP_LARGE_PAGES
|
||||
_7ZIP_LARGE_PAGES \
|
||||
UNICODE _UNICODE UNIX_USE_WIN_FILE
|
||||
}
|
||||
|
||||
!win32 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user