From 89f714cb4eac968c94925ee2e9629649033ef372 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:43:03 +0100 Subject: Remove platform-specific code from file cp936ext.h --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1cb57df34..9c58ed958 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -524,9 +524,11 @@ if(FLTK_USE_X11) if(NOT USE_XFT) list(APPEND CFILES xutf8/utf8Utils.c - xutf8/utf8Wrap.c xutf8/utf8Input.c ) + if(NOT APPLE) + list(APPEND CFILES xutf8/utf8Wrap.c) + endif(NOT APPLE) endif(NOT USE_XFT) endif(FLTK_USE_X11) -- cgit v1.2.3