Merge commit 'afa48f16f265fd3e88073bca7929e1e103bd3dc3' into bash-no-undef-vars

This commit is contained in:
John Ericson
2019-11-08 13:58:27 -05:00
601 changed files with 11226 additions and 5414 deletions
@@ -2,6 +2,9 @@ addSDLPath () {
if [ -e "$1/include/SDL" ]; then
export SDL_PATH="${SDL_PATH-}${SDL_PATH:+ }$1/include/SDL"
fi
if [ -e "$1/lib" ]; then
export SDL_LIB_PATH="${SDL_LIB_PATH-}${SDL_LIB_PATH:+ }$1/lib"
fi
}
addEnvHooks "$hostOffset" addSDLPath