This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
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
70e3ae8222
commit
b9e2be1914
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;;
Write
Preview
Loading…
Cancel
Save