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