We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab52a commit de56a8cCopy full SHA for de56a8c
Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake
@@ -39,7 +39,7 @@ get_filename_component(_current_path "${_current_path}" REALPATH)
39
set(_sdl3_framework_path "")
40
41
while(NOT _sdl3_framework_path)
42
- if (IS_DIRECTORY "${_current_path}" AND "${_current_path}" MATCHES "/SDL3\\.framework$")
+ if(IS_DIRECTORY "${_current_path}" AND "${_current_path}" MATCHES "/SDL3\\.framework$")
43
set(_sdl3_framework_path "${_current_path}")
44
break()
45
endif()
0 commit comments