aboutsummaryrefslogtreecommitdiff
path: root/test/platform
diff options
context:
space:
mode:
Diffstat (limited to 'test/platform')
-rw-r--r--test/platform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 0a9aa001..e4237cd3 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -8,7 +8,7 @@ if (WIN32)
add_subdirectory(graphics/direct2d)
endif()
-if (UNIX AND NOT EMSCRIPTEN)
+if (UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
add_subdirectory(graphics/cairo)
endif()