Fix build for macos

This commit is contained in:
Oleg Korshul
2020-10-29 12:50:37 +03:00
parent 0603ec54dd
commit a3be72b2d5

View File

@ -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