LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

fix build error with newer cuda versions #1908

Closed borg323 closed 1 year ago

borg323 commented 1 year ago

This fixes the error reported in https://github.com/LeelaChessZero/lc0/pull/1905#issuecomment-1656985747 The error is meson.build:507:26: ERROR: The == operator of str does not accept objects of type list ([]), this was not triggering in older meson versions.