Merge branch 'tm_revert_mac_utf8'

This commit is contained in:
tamasmeszaros 2022-05-09 09:55:57 +02:00
commit 882d4b8e68

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()