diff --git a/CMakeLists.txt b/CMakeLists.txt index 46b0b43705..8eda4c518a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2453,7 +2453,7 @@ elseif(APPLE) find_library(COREHAPTICS CoreHaptics) if(COREHAPTICS) # macOS 10.15+ iOS 13.0+ tvOS 14.0+ - sdl_link_dependency(core_haptics LIBS "$" PKG_CONFIG_LINK_OPTIONS "-Wl,-weak_framework,CoreHaptics") + sdl_link_dependency(core_haptics LIBS "$" PKG_CONFIG_LINK_OPTIONS "-Wl,-weak_framework,CoreHaptics") endif() endif()