--- tools/noise/CMakeLists.txt.orig 2025-10-08 03:57:41.000000000 +0800 +++ tools/noise/CMakeLists.txt 2025-10-22 09:23:33.000000000 +0800 @@ -1,5 +1,5 @@ # Only build on real unix system (excludes MingW, MSYS, etc.) -if(UNIX AND NOT WIN32) +if(UNIX AND NOT APPLE) add_executable(ansel-noiseprofile noiseprofile.c) target_link_libraries(ansel-noiseprofile m)