Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meson.build and build.cmd #2024

Merged
merged 4 commits into from
May 23, 2024
Merged

Conversation

ContradNamiseb
Copy link
Contributor

@ContradNamiseb ContradNamiseb commented Apr 27, 2024

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.

Takes away warning.
fixes kwarg meson warning. So if check: true, is given and the command fails, meson will error out.
made git kwarg checks to be false.
@borg323 borg323 changed the title Update build.cmd Update meson.build and build.cmd May 23, 2024
@borg323 borg323 merged commit 14abc9a into LeelaChessZero:master May 23, 2024
3 checks passed
PikaCat-OuO pushed a commit to official-pikafish/px0 that referenced this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants