SDL: cleanup and add patch to discover extensions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
addSDLPath () {
|
||||
if [ -e "$1/include/SDL" ]; then
|
||||
export SDL_PATH="$SDL_PATH $1/include/SDL"
|
||||
fi
|
||||
}
|
||||
|
||||
if test -n "$crossConfig"; then
|
||||
crossEnvHooks+=(addSDLPath)
|
||||
else
|
||||
envHooks+=(addSDLPath)
|
||||
fi
|
||||
Reference in New Issue
Block a user