Merge pull request #296919 from Artturin/fixcomm

sdl: fix comment
This commit is contained in:
Artturi 2024-03-18 17:06:15 +02:00 committed by GitHub
commit 23edd8a5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ addSDLPath () {
# will contain "include/SDL/" and "lib/" directories. # will contain "include/SDL/" and "lib/" directories.
# #
# However the SDL_LIB_PATH is consumed by SDL itself and serves to locate # However the SDL_LIB_PATH is consumed by SDL itself and serves to locate
# libraries like SDL2_mixer, SDL2_image, etc which are not split-package # libraries like SDL_mixer, SDL_image, etc which are not split-package
# so the check above will only trigger on them. # so the check above will only trigger on them.
if [ -e "$1/lib" ]; then if [ -e "$1/lib" ]; then
export SDL_LIB_PATH="${SDL_LIB_PATH-}${SDL_LIB_PATH:+ }-L$1/lib" export SDL_LIB_PATH="${SDL_LIB_PATH-}${SDL_LIB_PATH:+ }-L$1/lib"