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 de56a8c commit 35e8356Copy full SHA for 35e8356
Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake
@@ -44,7 +44,7 @@ while(NOT _sdl3_framework_path)
44
break()
45
endif()
46
get_filename_component(_next_current_path "${_current_path}" DIRECTORY)
47
- if ("${_current_path}" STREQUAL "${_next_current_path}")
+ if("${_current_path}" STREQUAL "${_next_current_path}")
48
49
50
set(_current_path "${_next_current_path}")
0 commit comments