From 0401b07eea63763a4cb8aa52dd7cafd0b7197703 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Jan 2025 06:23:14 -0800 Subject: [PATCH] Fixed typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()