Merge: Windows: fix bootstrap
authorJean Privat <jean@pryen.org>
Wed, 20 Jun 2018 18:59:15 +0000 (14:59 -0400)
committerJean Privat <jean@pryen.org>
Wed, 20 Jun 2018 18:59:15 +0000 (14:59 -0400)
It looks like the use of the method `is_tty` in Nit tools triggered the FFI compilation of the `posix` module which fails on Windows. This module imports some headers that are unavailable in the msys2 environment, as used by our test servers.

Pull-Request: #2711
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>

1  2 
lib/core/file.nit

Simple merge