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)
commitad624f2d5401e900b3b8cf574cdacd7f51ef6915
tree989a2d5a0359c50eb57fc5e25e57eea36e23c0eb
parent359de87bd6df4e82fe23cda2c7a2d8c72856ab15
parent1f1763b11e9471f9fe2bd3a23322fbdecc636759
Merge: Windows: fix bootstrap

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>
lib/core/file.nit