Fixed typo

This commit is contained in:
Sam Lantinga
2025-01-18 06:23:14 -08:00
parent 08e74d29be
commit 0401b07eea

View File

@@ -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 "$<LINK_LIBRARY:FRAMEWORK,CoreHaptics>" PKG_CONFIG_LINK_OPTIONS "-Wl,-weak_framework,CoreHaptics")
sdl_link_dependency(core_haptics LIBS "$<LINK_LIBRARY:WEAK_FRAMEWORK,CoreHaptics>" PKG_CONFIG_LINK_OPTIONS "-Wl,-weak_framework,CoreHaptics")
endif()
endif()