Revert utf8 for wx on mac

This commit is contained in:
tamasmeszaros 2022-05-06 17:04:10 +02:00
parent 6ab517187f
commit 6173896024

View File

@ -10,7 +10,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
endif()
set(_unicode_utf8 OFF)
if (UNIX) # wxWidgets will not use char as the underlying type for wxString unless its forced to.
if (UNIX AND NOT APPLE) # wxWidgets will not use char as the underlying type for wxString unless its forced to.
set (_unicode_utf8 ON)
endif()