29/06/2020 14:37, talshn at mellanox.com: > +if host_machine.system() == 'windows' Should be is_windows. [...] > +if host_machine.system() == 'bsd' Should be 'freebsd', or even better, is_freebsd.