pusheax

unreal-engine Setup.sh patch

May 9th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --- src/UnrealEngine/Engine/Build/BatchFiles/Linux/Setup.sh 2016-05-08 12:58:34.474342800 +0300
  2. +++ Setup.sh 2016-05-09 10:42:49.026013000 +0300
  3. @@ -124,7 +124,7 @@
  4.  
  5. # Arch Linux
  6. if [[ "$ID" == "arch" ]] || [[ "$ID_LIKE" == "arch" ]]; then
  7. - DEPS="clang mono python sdl2 qt4 dos2unix cmake"
  8. + DEPS="clang35 mono python sdl2 qt4 dos2unix cmake"
  9. MISSING=false
  10. for DEP in $DEPS; do
  11. if ! pacman -Qs $DEP > /dev/null 2>&1; then
Add Comment
Please, Sign In to add comment