Browse Source

build: disable "make check" on win64 because the version of Wine installed

on the autobuilders doesn't support it yet.
legacy
Sam Hocevar sam 13 years ago
parent
commit
b9e2be1914
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build/lol-build

+ 3
- 0
build/lol-build View File

@@ -174,6 +174,9 @@ check()
;;
ps3-ppu)
;;
windows-amd64)
# No support for Wine64 yet
;;
*)
make check
;;


Loading…
Cancel
Save