mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +00:00
Merge commit '62297e7da5' into main
This commit is contained in:
commit
60cff229c8
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ function(listtostr LIST OUTPUT)
|
|||
# Do not use string(REPLACE ";" " ") here to avoid messing up list entries
|
||||
set(res)
|
||||
foreach(ITEM ${${LIST}})
|
||||
string(SUBSTRING "${ITEM}" 0 6 start)
|
||||
if(start STREQUAL "SHELL:")
|
||||
if(ITEM MATCHES "^SHELL:")
|
||||
string(SUBSTRING "${ITEM}" 6 -1 ITEM)
|
||||
endif()
|
||||
if(ITEM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue