cmake: don't have USE_COCOA oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-26 22:15:37 -07:00
commit e40735b6e9

View file

@ -295,11 +295,11 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
PRIVATE
src/backend/nococoa.m
)
target_compile_definitions(
Mw
PRIVATE
USE_COCOA
)
# target_compile_definitions(
# Mw
# PRIVATE
# USE_COCOA
# )
list(APPEND LIBRARIES objc)
target_link_options(
Mw