mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix build for macos
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
#include "../DesktopEditor/common/File.h"
|
||||
|
||||
#if !defined (_WIN32) && !defined (_WIN64)
|
||||
#if defined (_LINUX) && !defined(__ANDROID__) && !defined(_IOS)
|
||||
#if defined (_LINUX) && !defined(__ANDROID__) && !defined(_IOS) && !defined(_MAC)
|
||||
#define USE_ICONV
|
||||
#include "iconv.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user