diff --git a/Xcode/pkg-support/resources/CMake/SDL3_mixerConfig.cmake b/Xcode/pkg-support/resources/CMake/SDL3_mixerConfig.cmake index 0a653540..2fc55846 100644 --- a/Xcode/pkg-support/resources/CMake/SDL3_mixerConfig.cmake +++ b/Xcode/pkg-support/resources/CMake/SDL3_mixerConfig.cmake @@ -72,7 +72,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer-shared) set_target_properties(SDL3_mixer::SDL3_mixer-shared PROPERTIES FRAMEWORK "TRUE" - IMPORTED_LOCATION "${_sdl3_mixer_framework_path}" + IMPORTED_LOCATION "${_sdl3_mixer_framework_path}/SDL3_mixer" COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED" INTERFACE_SDL3_SHARED "ON" COMPATIBLE_INTERFACE_STRING "SDL_VERSION" diff --git a/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake b/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake index d6474c3d..be52ed7c 100644 --- a/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake +++ b/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake @@ -132,7 +132,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer-shared) set_target_properties(SDL3_mixer::SDL3_mixer-shared PROPERTIES FRAMEWORK "TRUE" - IMPORTED_LOCATION "${_sdl3_mixer_framework_path}" + IMPORTED_LOCATION "${_sdl3_mixer_framework_path}/SDL3_mixer" ) endif() set_target_properties(SDL3_mixer::SDL3_mixer-shared