lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 16.09-beta 11 lines 208 B view raw
1addSDL2Path () { 2 if [ -e "$1/include/SDL2" ]; then 3 export SDL2_PATH="$SDL2_PATH $1/include/SDL2" 4 fi 5} 6 7if test -n "$crossConfig"; then 8 crossEnvHooks+=(addSDL2Path) 9else 10 envHooks+=(addSDL2Path) 11fi