LeelaChessZero / lc0

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

Update meson.build and build.cmd #2024

Closed ContradNamiseb closed 1 month ago

ContradNamiseb commented 2 months ago

Takes away meson warning for meson 1.1.0 or newer on windows builds. WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.

Added meson kwarg warning fix, the run_command argument takes a check bool-argument so if check: true, is given and the command fails, meson will error out.

WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson.