repo gitmodule housekeeping and cmakelists

This commit is contained in:
scawful
2024-02-03 00:07:36 -05:00
parent aed54f1493
commit d59988665b
6 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ if(WIN32 OR MINGW)
add_definitions(-DSDL_MAIN_HANDLED)
endif()
if (WIN32 OR MINGW OR UNIX)
if (WIN32 OR MINGW OR UNIX AND NOT APPLE)
list(APPEND YAZE_APP_CORE_SRC
app/core/platform/font_loader.cc
app/core/platform/clipboard.cc